From 03eb2b7e338cf5378015aacdfe46d92e206b959e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 12 Jun 2024 23:34:55 +0000 Subject: [PATCH] chore(release): 1.12.3 [skip ci] ## [1.12.3](https://github.com/CoCreate-app/CoCreate-codearea/compare/v1.12.2...v1.12.3) (2024-06-12) ### Bug Fixes * bump cocreate dependencies ([0735b99](https://github.com/CoCreate-app/CoCreate-codearea/commit/0735b99c04a82270b6b5c67f6f8f150be6343253)) * svg icon class ([20dea5c](https://github.com/CoCreate-app/CoCreate-codearea/commit/20dea5c01bd850a67a8c6e00c478e87778869e35)) --- CHANGELOG.md | 8 ++++++++ package.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da5e1b1..1556d4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.12.3](https://github.com/CoCreate-app/CoCreate-codearea/compare/v1.12.2...v1.12.3) (2024-06-12) + + +### Bug Fixes + +* bump cocreate dependencies ([0735b99](https://github.com/CoCreate-app/CoCreate-codearea/commit/0735b99c04a82270b6b5c67f6f8f150be6343253)) +* svg icon class ([20dea5c](https://github.com/CoCreate-app/CoCreate-codearea/commit/20dea5c01bd850a67a8c6e00c478e87778869e35)) + ## [1.12.2](https://github.com/CoCreate-app/CoCreate-codearea/compare/v1.12.1...v1.12.2) (2024-04-29) diff --git a/package.json b/package.json index b951f20..41cef77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/codearea", - "version": "1.12.2", + "version": "1.12.3", "description": "A simple codearea component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", "keywords": [ "codearea", @@ -62,4 +62,4 @@ "@cocreate/prism": "^1.11.2", "@cocreate/utils": "^1.33.7" } -} \ No newline at end of file +}