Skip to content

Commit 4cbd079

Browse files
chore(release): 1.36.0 [skip ci]
# [1.36.0](v1.35.0...v1.36.0) (2023-11-25) ### Bug Fixes * update licensing details ([07ae1a1](07ae1a1)) ### Features * upgrade dependencies for latest features and fixes ([3c1ef85](3c1ef85))
1 parent 3c1ef85 commit 4cbd079

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.36.0](https://github.com/CoCreate-app/CoCreate-render/compare/v1.35.0...v1.36.0) (2023-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* update licensing details ([07ae1a1](https://github.com/CoCreate-app/CoCreate-render/commit/07ae1a1a18b0dfe938135991a0c2ed79cd50570b))
7+
8+
9+
### Features
10+
11+
* upgrade dependencies for latest features and fixes ([3c1ef85](https://github.com/CoCreate-app/CoCreate-render/commit/3c1ef852a6179e0472d820b8424070bd6c2ae0e2))
12+
113
# [1.35.0](https://github.com/CoCreate-app/CoCreate-render/compare/v1.34.0...v1.35.0) (2023-11-25)
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.35.0",
3+
"version": "1.36.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.14.0",
6565
"@cocreate/utils": "^1.29.0"
6666
}
67-
}
67+
}

0 commit comments

Comments
 (0)