From 204f13abfa3b693a736f12e0fe705f2acf72b607 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 8 Sep 2022 03:07:40 +0000 Subject: [PATCH] =?UTF-8?q?chore(=F0=9F=A4=96):=208.6.9=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [8.6.9](https://github.com/vodyani/core/compare/v8.6.8...v8.6.9) (2022-09-08) ### Bug Fixes * subscribe argument ([20428be](https://github.com/vodyani/core/commit/20428be184942464205f702b336cd2b98694275c)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08a17aa..b1ecad1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.6.9](https://github.com/vodyani/core/compare/v8.6.8...v8.6.9) (2022-09-08) + + +### Bug Fixes + +* subscribe argument ([20428be](https://github.com/vodyani/core/commit/20428be184942464205f702b336cd2b98694275c)) + ## [8.6.8](https://github.com/vodyani/core/compare/v8.6.7...v8.6.8) (2022-09-07) diff --git a/package-lock.json b/package-lock.json index 5c79e48..c69986b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vodyani/core", - "version": "8.6.8", + "version": "8.6.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@vodyani/core", - "version": "8.6.8", + "version": "8.6.9", "license": "MIT", "dependencies": { "@nestjs/common": "8.4.7", diff --git a/package.json b/package.json index 161013d..89fd3d7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@vodyani/core", "license": "MIT", - "version": "8.6.8", + "version": "8.6.9", "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",