diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c2f272..49ad74b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. +## v1.1.7 - 2024-09-17 + +### Fixed + +- setting a root value with the option `{ clearSubScopes: true }` only deleted the root and scoped values, but did + not set the new root value. + ## v1.1.6 - 2024-07-23 ### Fixed diff --git a/package-lock.json b/package-lock.json index f091712..7449a87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cap-js-community/feature-toggle-library", - "version": "1.1.6", + "version": "1.1.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@cap-js-community/feature-toggle-library", - "version": "1.1.6", + "version": "1.1.7", "license": "Apache-2.0", "dependencies": { "redis": "^4.7.0", diff --git a/package.json b/package.json index deb2e44..93954ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cap-js-community/feature-toggle-library", - "version": "1.1.6", + "version": "1.1.7", "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.", "main": "src/index.js", "files": [