Skip to content

Commit

Permalink
chore(release): 1.40.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.40.3](v1.40.2...v1.40.3) (2024-03-18)

### Bug Fixes

* handling of placeholder matching ([b80be78](b80be78))
* if key and data[key] is an array ([4478c11](4478c11))
* omit matches that do not match the if conditions ([b589020](b589020))
  • Loading branch information
semantic-release-bot committed Mar 18, 2024
1 parent b589020 commit 7d1133d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.40.3](https://github.com/CoCreate-app/CoCreate-render/compare/v1.40.2...v1.40.3) (2024-03-18)


### Bug Fixes

* handling of placeholder matching ([b80be78](https://github.com/CoCreate-app/CoCreate-render/commit/b80be78f2026c4a438115366e5dbc90faf323c2a))
* if key and data[key] is an array ([4478c11](https://github.com/CoCreate-app/CoCreate-render/commit/4478c116507b490a334e1010a2037ee6c12531c4))
* omit matches that do not match the if conditions ([b589020](https://github.com/CoCreate-app/CoCreate-render/commit/b5890205eeae38e5be1f4cdf4d48eed6da211afb))

## [1.40.2](https://github.com/CoCreate-app/CoCreate-render/compare/v1.40.1...v1.40.2) (2024-02-13)


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.40.2",
"version": "1.40.3",
"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 7d1133d

Please sign in to comment.