diff --git a/CHANGELOG.md b/CHANGELOG.md index e9f6ced..4e6eb75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.9.5](https://github.com/vodyani/core/compare/v8.9.4...v8.9.5) (2022-10-14) + + +### Bug Fixes + +* client adapter ([a4af45b](https://github.com/vodyani/core/commit/a4af45bfa5346e5e9a5b13cb46a713d52686ace5)) + ## [8.9.4](https://github.com/vodyani/core/compare/v8.9.3...v8.9.4) (2022-10-14) diff --git a/package-lock.json b/package-lock.json index 6c2911d..9a3df58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vodyani/core", - "version": "8.9.4", + "version": "8.9.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@vodyani/core", - "version": "8.9.4", + "version": "8.9.5", "license": "MIT", "dependencies": { "@nestjs/common": "8.4.7" diff --git a/package.json b/package.json index 659b0c4..865e68a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@vodyani/core", "license": "MIT", - "version": "8.9.4", + "version": "8.9.5", "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",