Skip to content

Commit

Permalink
chore(release): 1.45.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.45.0](v1.44.0...v1.45.0) (2024-12-14)

### Bug Fixes

* temporarily handle form.getData when multiple arrays ([65cbd3c](65cbd3c))

### Features

* improved handeling of refrence data and exclusion ([cd011c1](cd011c1))
  • Loading branch information
semantic-release-bot committed Dec 14, 2024
1 parent a105ad2 commit 57b03d1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.45.0](https://github.com/CoCreate-app/CoCreate-render/compare/v1.44.0...v1.45.0) (2024-12-14)


### Bug Fixes

* temporarily handle form.getData when multiple arrays ([65cbd3c](https://github.com/CoCreate-app/CoCreate-render/commit/65cbd3ca419a3db5c87b648275cab8aca9c70d8e))


### Features

* improved handeling of refrence data and exclusion ([cd011c1](https://github.com/CoCreate-app/CoCreate-render/commit/cd011c1d770b2dc3e60d39f77d8c08a385cc0744))

# [1.44.0](https://github.com/CoCreate-app/CoCreate-render/compare/v1.43.1...v1.44.0) (2024-12-14)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/render",
"version": "1.44.0",
"version": "1.45.0",
"description": "A simple render component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
"keywords": [
"render",
Expand Down

0 comments on commit 57b03d1

Please sign in to comment.