Skip to content

Commit 85ccb06

Browse files
committed
Prepare release v2.4.1
1 parent ffc4af2 commit 85ccb06

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## [2.4.1] - 2026-03-17
4+
5+
### Bug Fixes
6+
7+
- Add validation error message for trim key prefix to improve error clarity when an invalid `trimKeyPrefix` value is provided ([#289](https://github.com/Azure/AppConfiguration-JavaScriptProvider/pull/289))
8+
9+
## [2.4.0] - 2025-11-01
10+
11+
### Features
12+
13+
- Initial 2.4.0 release with support for snapshot selectors and improved configuration object construction.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/app-configuration-provider",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "The JavaScript configuration provider for Azure App Configuration",
55
"files": [
66
"dist/",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT license.
33

4-
export const VERSION = "2.4.0";
4+
export const VERSION = "2.4.1";

0 commit comments

Comments
 (0)