Skip to content

Commit 0875c40

Browse files
chore(release): 1.33.0 [skip ci]
# [1.33.0](v1.32.0...v1.33.0) (2023-11-19) ### Bug Fixes * use action.form and action.params ([90f9428](90f9428)) ### Features * update dependecies for th latest features and bug fixes ([733e8cf](733e8cf))
1 parent 733e8cf commit 0875c40

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.33.0](https://github.com/CoCreate-app/CoCreate-render/compare/v1.32.0...v1.33.0) (2023-11-19)
2+
3+
4+
### Bug Fixes
5+
6+
* use action.form and action.params ([90f9428](https://github.com/CoCreate-app/CoCreate-render/commit/90f9428a5c87473d51aec4111b15a0f194f46cb1))
7+
8+
9+
### Features
10+
11+
* update dependecies for th latest features and bug fixes ([733e8cf](https://github.com/CoCreate-app/CoCreate-render/commit/733e8cfa7b601c2c5b494fb132588a67f6d6f433))
12+
113
# [1.32.0](https://github.com/CoCreate-app/CoCreate-render/compare/v1.31.0...v1.32.0) (2023-11-16)
214

315

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/render",
3-
"version": "1.32.0",
3+
"version": "1.33.0",
44
"description": "A simple render component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"render",
@@ -64,4 +64,4 @@
6464
"@cocreate/observer": "^1.12.0",
6565
"@cocreate/utils": "^1.27.4"
6666
}
67-
}
67+
}

0 commit comments

Comments
 (0)