We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a6ba3 commit a0fa351Copy full SHA for a0fa351
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.41.4](https://github.com/CoCreate-app/CoCreate-render/compare/v1.41.3...v1.41.4) (2024-06-23)
2
+
3
4
+### Bug Fixes
5
6
+* bump dependencies ([73a6ba3](https://github.com/CoCreate-app/CoCreate-render/commit/73a6ba3043dd1558aaea163714eee3c41cda8566))
7
8
## [1.41.3](https://github.com/CoCreate-app/CoCreate-render/compare/v1.41.2...v1.41.3) (2024-06-23)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@cocreate/render",
- "version": "1.41.3",
+ "version": "1.41.4",
"description": "A simple render component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
"keywords": [
"render",
@@ -64,4 +64,4 @@
64
"@cocreate/observer": "^1.16.3",
65
"@cocreate/utils": "^1.34.1"
66
}
67
-}
+}
0 commit comments