diff --git a/CHANGELOG.md b/CHANGELOG.md index 286ba16..1ef36e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.9.8](https://github.com/vodyani/core/compare/v8.9.7...v8.9.8) (2022-10-16) + + +### Bug Fixes + +* adjust the attributes associated with the config observer ([e945842](https://github.com/vodyani/core/commit/e9458422471e4810e3b1c50cece5be1ad599256b)) + ## [8.9.7](https://github.com/vodyani/core/compare/v8.9.6...v8.9.7) (2022-10-15) diff --git a/package-lock.json b/package-lock.json index 349071c..2054cd2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vodyani/core", - "version": "8.9.7", + "version": "8.9.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@vodyani/core", - "version": "8.9.7", + "version": "8.9.8", "license": "MIT", "dependencies": { "@nestjs/common": "8.4.7" diff --git a/package.json b/package.json index 43436ea..a65d7e5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@vodyani/core", "license": "MIT", - "version": "8.9.7", + "version": "8.9.8", "author": "ChoGathK", "description": "👩🏻‍🚀 core is the top-level design package for vodyani scaffolding, providing a single responsibility module registrar for the different tiers.", "homepage": "https://github.com/vodyani/core#readme",