diff --git a/CHANGELOG.md b/CHANGELOG.md index ff5ee87..286ba16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.9.7](https://github.com/vodyani/core/compare/v8.9.6...v8.9.7) (2022-10-15) + + +### Bug Fixes + +* reconstructing the data structure ([21667bb](https://github.com/vodyani/core/commit/21667bb19874ad73267a182356f9ddeb6797fb96)) + ## [8.9.6](https://github.com/vodyani/core/compare/v8.9.5...v8.9.6) (2022-10-15) diff --git a/package-lock.json b/package-lock.json index a956881..349071c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vodyani/core", - "version": "8.9.6", + "version": "8.9.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@vodyani/core", - "version": "8.9.6", + "version": "8.9.7", "license": "MIT", "dependencies": { "@nestjs/common": "8.4.7" diff --git a/package.json b/package.json index d9930e3..43436ea 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@vodyani/core", "license": "MIT", - "version": "8.9.6", + "version": "8.9.7", "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",