From 8cf4b571bed4b8d89ccc6037cc4878bb8d34d11c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 13 Jul 2022 11:10:31 +0000 Subject: [PATCH] =?UTF-8?q?chore(=F0=9F=A4=96):=201.1.0=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.1.0](https://github.com/vodyani/utils/compare/v1.0.0...v1.1.0) (2022-07-13) ### Features * first commit 🌈 ([f14f12c](https://github.com/vodyani/utils/commit/f14f12cd996e8619f3f153e8d454773081d04e56)) --- 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 aeb1a5f..76dd7df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/vodyani/utils/compare/v1.0.0...v1.1.0) (2022-07-13) + + +### Features + +* first commit 🌈 ([f14f12c](https://github.com/vodyani/utils/commit/f14f12cd996e8619f3f153e8d454773081d04e56)) + # [1.1.0-beta.1](https://github.com/vodyani/utils/compare/v1.0.0...v1.1.0-beta.1) (2022-07-13) diff --git a/package-lock.json b/package-lock.json index 1787def..931a7b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vodyani/utils", - "version": "1.1.0-beta.1", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@vodyani/utils", - "version": "1.1.0-beta.1", + "version": "1.1.0", "license": "MIT", "dependencies": { "lodash": "^4.17.21" diff --git a/package.json b/package.json index f801b91..f266f4a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@vodyani/utils", "license": "MIT", - "version": "1.1.0-beta.1", + "version": "1.1.0", "author": "ChoGathK", "description": "utils", "homepage": "https://github.com/vodyani/utils#readme",