From cdf1b355c42052a9eaf8f3a97aaeff505e568fed Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 30 Aug 2022 10:26:53 +0000 Subject: [PATCH] =?UTF-8?q?chore(=F0=9F=A4=96):=208.1.0-beta.1=20[skip=20c?= =?UTF-8?q?i]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [8.1.0-beta.1](https://github.com/vodyani/swagger/compare/v8.0.1...v8.1.0-beta.1) (2022-08-30) ### Features * add some decorators ([db41441](https://github.com/vodyani/swagger/commit/db414419ca2efdd30cf73d5ba993d5d584ff8b3b)) * integrate dynamic loading module and reconstruct working mode ([c4cbb7a](https://github.com/vodyani/swagger/commit/c4cbb7ac19bd1edb199ae8fcac301b018e154271)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..479dd58 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# [8.1.0-beta.1](https://github.com/vodyani/swagger/compare/v8.0.1...v8.1.0-beta.1) (2022-08-30) + + +### Features + +* add some decorators ([db41441](https://github.com/vodyani/swagger/commit/db414419ca2efdd30cf73d5ba993d5d584ff8b3b)) +* integrate dynamic loading module and reconstruct working mode ([c4cbb7a](https://github.com/vodyani/swagger/commit/c4cbb7ac19bd1edb199ae8fcac301b018e154271)) diff --git a/package-lock.json b/package-lock.json index a39eb50..27cb356 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vodyani/swagger", - "version": "8.0.1", + "version": "8.1.0-beta.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@vodyani/swagger", - "version": "8.0.1", + "version": "8.1.0-beta.1", "license": "MIT", "dependencies": { "@nestjs/swagger": "5.2.1", diff --git a/package.json b/package.json index 87fd97b..fa73a02 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@vodyani/swagger", "license": "MIT", - "version": "8.0.1", + "version": "8.1.0-beta.1", "author": "ChoGathK", "description": "swagger", "homepage": "https://github.com/vodyani/swagger#readme",