From bf6b184115db30723c630a5c5bfb38621adc1597 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 9 Oct 2023 20:47:38 +0000 Subject: [PATCH] chore(release): 1.23.3 [skip ci] ## [1.23.3](https://github.com/CoCreate-app/CoCreate-elements/compare/v1.23.2...v1.23.3) (2023-10-09) ### Bug Fixes * bump dependencies ([162f502](https://github.com/CoCreate-app/CoCreate-elements/commit/162f502decf88a985c6b4381cce8d272bda55fd9)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9361609..4d27ff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.23.3](https://github.com/CoCreate-app/CoCreate-elements/compare/v1.23.2...v1.23.3) (2023-10-09) + + +### Bug Fixes + +* bump dependencies ([162f502](https://github.com/CoCreate-app/CoCreate-elements/commit/162f502decf88a985c6b4381cce8d272bda55fd9)) + ## [1.23.2](https://github.com/CoCreate-app/CoCreate-elements/compare/v1.23.1...v1.23.2) (2023-10-09) diff --git a/package.json b/package.json index 8cf199f..156ccae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/elements", - "version": "1.23.2", + "version": "1.23.3", "description": "Fetch content into any html element by using html5 attributes to query data stored in CoCreate headless CMS. If data is changed it will instantly reflect in html tags as changes are broadcasted in realtime", "keywords": [ "elements", @@ -66,4 +66,4 @@ "@cocreate/render": "^1.28.1", "@cocreate/utils": "^1.25.1" } -} \ No newline at end of file +}