From 784687b80b39bfc38deea91dd5520f3b829e0ba3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 19 Nov 2023 20:35:52 +0000 Subject: [PATCH] chore(release): 1.8.0 [skip ci] # [1.8.0](https://github.com/CoCreate-app/CoCreate-croppie/compare/v1.7.7...v1.8.0) (2023-11-19) ### Features * update dependecies for th latest features and bug fixes ([c0b4616](https://github.com/CoCreate-app/CoCreate-croppie/commit/c0b4616640f18158c37315d01c12a2e47d976315)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 744e5e4..947c677 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.8.0](https://github.com/CoCreate-app/CoCreate-croppie/compare/v1.7.7...v1.8.0) (2023-11-19) + + +### Features + +* update dependecies for th latest features and bug fixes ([c0b4616](https://github.com/CoCreate-app/CoCreate-croppie/commit/c0b4616640f18158c37315d01c12a2e47d976315)) + ## [1.7.7](https://github.com/CoCreate-app/CoCreate-croppie/compare/v1.7.6...v1.7.7) (2023-11-12) diff --git a/package.json b/package.json index 3a6e943..92623a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/croppie", - "version": "1.7.7", + "version": "1.8.0", "description": "A simple croppie component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.", "keywords": [ "croppie", @@ -62,4 +62,4 @@ "@cocreate/crud-client": "^1.29.0", "croppie": "^2.6.5" } -} \ No newline at end of file +}