diff --git a/CHANGELOG.md b/CHANGELOG.md index fdbbc4a..9cb6d98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## v1.1.3 - 2024-04-08 +## v1.1.4 - 2024-04-08 ### Added diff --git a/package-lock.json b/package-lock.json index e76dfc2..beb996b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cap-js-community/feature-toggle-library", - "version": "1.1.3", + "version": "1.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@cap-js-community/feature-toggle-library", - "version": "1.1.3", + "version": "1.1.4", "license": "Apache-2.0", "dependencies": { "redis": "^4.6.13", diff --git a/package.json b/package.json index 228ca42..68079c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cap-js-community/feature-toggle-library", - "version": "1.1.3", + "version": "1.1.4", "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": [