diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aac85f..97c7037 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [8.8.0](https://github.com/vodyani/ark/compare/v8.7.10...v8.8.0) (2022-10-26) + + +### Features + +* support for passing empty initialization parameters ([71534a6](https://github.com/vodyani/ark/commit/71534a64822abd8477c19b09d7bd8fc8988b8779)) + ## [8.7.10](https://github.com/vodyani/ark/compare/v8.7.9...v8.7.10) (2022-10-22) diff --git a/package-lock.json b/package-lock.json index 93964a8..38bc5cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vodyani/ark", - "version": "8.7.10", + "version": "8.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@vodyani/ark", - "version": "8.7.10", + "version": "8.8.0", "license": "MIT", "dependencies": { "@nestjs/common": "^8.4.7", diff --git a/package.json b/package.json index cf6c553..a07c475 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@vodyani/ark", "license": "MIT", - "version": "8.7.10", + "version": "8.8.0", "author": "ChoGathK", "description": "🛸 ark is the configuration management solution of vodyani. By accessing ark, you can have maximum control over your local configuration, and if you want, ark can support unlimited configuration remote client.", "homepage": "https://github.com/vodyani/ark#readme",