Skip to content

Commit 67918a2

Browse files
committed
version 1.1.7 and update changelog
1 parent 651fc0e commit 67918a2

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
<!-- order is REMOVED, CHANGED, ADDED, FIXED -->
99

10+
## v1.1.7 - 2024-09-17
11+
12+
### Fixed
13+
14+
- setting a root value with the option `{ clearSubScopes: true }` only deleted the root and scoped values, but did
15+
not set the new root value.
16+
1017
## v1.1.6 - 2024-07-23
1118

1219
### Fixed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cap-js-community/feature-toggle-library",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"description": "SAP BTP feature toggle library enables Node.js applications using the SAP Cloud Application Programming Model to maintain live-updatable feature toggles via Redis.",
55
"main": "src/index.js",
66
"files": [

0 commit comments

Comments
 (0)