From affcd4285c4d7a8a3d1a71befbc8e04f1cc4d49a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 30 Aug 2022 10:30:29 +0000 Subject: [PATCH] =?UTF-8?q?chore(=F0=9F=A4=96):=208.1.0=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [8.1.0](https://github.com/vodyani/swagger/compare/v8.0.1...v8.1.0) (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 | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 479dd58..d18acac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [8.1.0](https://github.com/vodyani/swagger/compare/v8.0.1...v8.1.0) (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)) + # [8.1.0-beta.1](https://github.com/vodyani/swagger/compare/v8.0.1...v8.1.0-beta.1) (2022-08-30) diff --git a/package-lock.json b/package-lock.json index 27cb356..47fc3b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vodyani/swagger", - "version": "8.1.0-beta.1", + "version": "8.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@vodyani/swagger", - "version": "8.1.0-beta.1", + "version": "8.1.0", "license": "MIT", "dependencies": { "@nestjs/swagger": "5.2.1", diff --git a/package.json b/package.json index fa73a02..ac48e61 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@vodyani/swagger", "license": "MIT", - "version": "8.1.0-beta.1", + "version": "8.1.0", "author": "ChoGathK", "description": "swagger", "homepage": "https://github.com/vodyani/swagger#readme",