From cb5508b635f52fbd80bb1c1227fc1c86ea1b67c6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 9 Oct 2023 02:57:36 +0000 Subject: [PATCH] chore(release): 1.23.0 [skip ci] # [1.23.0](https://github.com/CoCreate-app/CoCreate-elements/compare/v1.22.0...v1.23.0) (2023-10-09) ### Bug Fixes * removed listener sync ([4b5fa05](https://github.com/CoCreate-app/CoCreate-elements/commit/4b5fa051dfa0f116b2d58f1a990b26e92c7b6d84)) ### Features * check element for $ attribute and add to key. ([f7bc8b0](https://github.com/CoCreate-app/CoCreate-elements/commit/f7bc8b0acf140043904a28ba4a6958c4274cdb31)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0790eff..4b287cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.23.0](https://github.com/CoCreate-app/CoCreate-elements/compare/v1.22.0...v1.23.0) (2023-10-09) + + +### Bug Fixes + +* removed listener sync ([4b5fa05](https://github.com/CoCreate-app/CoCreate-elements/commit/4b5fa051dfa0f116b2d58f1a990b26e92c7b6d84)) + + +### Features + +* check element for $ attribute and add to key. ([f7bc8b0](https://github.com/CoCreate-app/CoCreate-elements/commit/f7bc8b0acf140043904a28ba4a6958c4274cdb31)) + # [1.22.0](https://github.com/CoCreate-app/CoCreate-elements/compare/v1.21.1...v1.22.0) (2023-09-19) diff --git a/package.json b/package.json index f177fe5..9383eb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/elements", - "version": "1.22.0", + "version": "1.23.0", "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.0", "@cocreate/utils": "^1.24.2" } -} \ No newline at end of file +}