From 68bfa1478412e8a659f977921cb2d044aae085b7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 14 Oct 2022 04:46:08 +0000 Subject: [PATCH] =?UTF-8?q?chore(=F0=9F=A4=96):=208.9.5=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [8.9.5](https://github.com/vodyani/core/compare/v8.9.4...v8.9.5) (2022-10-14) ### Bug Fixes * client adapter ([a4af45b](https://github.com/vodyani/core/commit/a4af45bfa5346e5e9a5b13cb46a713d52686ace5)) --- 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 e9f6ced..4e6eb75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.9.5](https://github.com/vodyani/core/compare/v8.9.4...v8.9.5) (2022-10-14) + + +### Bug Fixes + +* client adapter ([a4af45b](https://github.com/vodyani/core/commit/a4af45bfa5346e5e9a5b13cb46a713d52686ace5)) + ## [8.9.4](https://github.com/vodyani/core/compare/v8.9.3...v8.9.4) (2022-10-14) diff --git a/package-lock.json b/package-lock.json index 6c2911d..9a3df58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vodyani/core", - "version": "8.9.4", + "version": "8.9.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@vodyani/core", - "version": "8.9.4", + "version": "8.9.5", "license": "MIT", "dependencies": { "@nestjs/common": "8.4.7" diff --git a/package.json b/package.json index 659b0c4..865e68a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@vodyani/core", "license": "MIT", - "version": "8.9.4", + "version": "8.9.5", "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",