Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions releaseNotes/JavaScriptProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

[Source code][source_code] | [Package (npm)][package] | [Samples][samples]

## 2.4.2 - May 7, 2026

### Bug Fixes

* Fixed an issue where the package could not be resolved as ESM in Node.js due to a missing `"type": "module"` field in `package.json`. [#280](https://github.com/Azure/AppConfiguration-JavaScriptProvider/issues/280)

## 2.4.1 - March 25, 2026

### Bug Fixes
Expand Down
Loading