diff --git a/CHANGELOG.md b/CHANGELOG.md index d662f09..81f6795 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.2.2](https://github.com/vodyani/class-decorator/compare/v8.2.1...v8.2.2) (2022-09-07) + + +### Bug Fixes + +* delete unnecessary types ([985aab8](https://github.com/vodyani/class-decorator/commit/985aab84023a4184f61095d33af2570697e068d6)) + ## [8.2.2-beta.1](https://github.com/vodyani/class-decorator/compare/v8.2.1...v8.2.2-beta.1) (2022-09-07) diff --git a/package-lock.json b/package-lock.json index 6b6ac4e..e04999a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vodyani/class-decorator", - "version": "8.2.2-beta.1", + "version": "8.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@vodyani/class-decorator", - "version": "8.2.2-beta.1", + "version": "8.2.2", "license": "MIT", "dependencies": { "@vodyani/utils": "^8.5.2", diff --git a/package.json b/package.json index 2d6d9bd..a379266 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@vodyani/class-decorator", "license": "MIT", - "version": "8.2.2-beta.1", + "version": "8.2.2", "author": "ChoGathK", "description": "🏭 class-decorator is an easy-to-use toolbox that provides class validation, conversion, and property binding functions", "homepage": "https://github.com/vodyani/class-decorator#readme",