From 05a69d4bb041668aab71c497309c2b2b41f7f9a9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 26 Sep 2022 07:18:58 +0000 Subject: [PATCH] =?UTF-8?q?chore(=F0=9F=A4=96):=208.6.0=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [8.6.0](https://github.com/vodyani/utils/compare/v8.5.2...v8.6.0) (2022-09-26) ### Bug Fixes * **deps:** update dependency deepmerge-ts to v4.2.2 ([8f8cbe8](https://github.com/vodyani/utils/commit/8f8cbe81509b071193c45b9465442d8d7bda7f3f)) ### Features * add object hash deps & style code ([1cd6a6b](https://github.com/vodyani/utils/commit/1cd6a6b3d8092879136509cfea8b9015b4493c41)) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08d5c23..0d5bac0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [8.6.0](https://github.com/vodyani/utils/compare/v8.5.2...v8.6.0) (2022-09-26) + + +### Bug Fixes + +* **deps:** update dependency deepmerge-ts to v4.2.2 ([8f8cbe8](https://github.com/vodyani/utils/commit/8f8cbe81509b071193c45b9465442d8d7bda7f3f)) + + +### Features + +* add object hash deps & style code ([1cd6a6b](https://github.com/vodyani/utils/commit/1cd6a6b3d8092879136509cfea8b9015b4493c41)) + # [8.6.0-beta.1](https://github.com/vodyani/utils/compare/v8.5.2...v8.6.0-beta.1) (2022-09-26) diff --git a/package-lock.json b/package-lock.json index 6abcfb4..e0e7de4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vodyani/utils", - "version": "8.6.0-beta.1", + "version": "8.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@vodyani/utils", - "version": "8.6.0-beta.1", + "version": "8.6.0", "license": "MIT", "dependencies": { "deepmerge-ts": "4.2.2", diff --git a/package.json b/package.json index 9083c6a..c3f71d5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@vodyani/utils", "license": "MIT", - "version": "8.6.0-beta.1", + "version": "8.6.0", "author": "ChoGathK", "description": "🏃🏻‍♀️ utils provides common utility functions used in server-side development.", "homepage": "https://github.com/vodyani/utils#readme",