diff --git a/CHANGELOG.md b/CHANGELOG.md index d9da400..7b2baa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.9.3](https://github.com/vodyani/core/compare/v8.9.2...v8.9.3) (2022-10-14) + + +### Bug Fixes + +* interface define ([2115181](https://github.com/vodyani/core/commit/21151819ee42a2c399f786f8e7ee18d3897e2f27)) + ## [8.9.2](https://github.com/vodyani/core/compare/v8.9.1...v8.9.2) (2022-10-12) diff --git a/package-lock.json b/package-lock.json index 4bf0829..02293d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vodyani/core", - "version": "8.9.2", + "version": "8.9.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@vodyani/core", - "version": "8.9.2", + "version": "8.9.3", "license": "MIT", "dependencies": { "@nestjs/common": "8.4.7" diff --git a/package.json b/package.json index 71f3f59..d1e0878 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@vodyani/core", "license": "MIT", - "version": "8.9.2", + "version": "8.9.3", "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",