Skip to content

Commit

Permalink
version 1.1.7 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rlindner81 committed Sep 17, 2024
1 parent 651fc0e commit 67918a2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

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

## 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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 67918a2

Please sign in to comment.