Skip to content

Commit 5899810

Browse files
chore(release): 1.30.0 [skip ci]
# [1.30.0](v1.29.1...v1.30.0) (2023-11-03) ### Bug Fixes * favicon.ico path ([e919043](e919043)) * removed testing console.log ([ec4140b](ec4140b)) * update dependencies to the lates versions ([0c6702a](0c6702a)) * update method to use object.update etc ([cfd4a65](cfd4a65)) ### Features * render supports key and render attribute ([c5b7317](c5b7317))
1 parent 0c6702a commit 5899810

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [1.30.0](https://github.com/CoCreate-app/CoCreate-render/compare/v1.29.1...v1.30.0) (2023-11-03)
2+
3+
4+
### Bug Fixes
5+
6+
* favicon.ico path ([e919043](https://github.com/CoCreate-app/CoCreate-render/commit/e919043165602bbd961c7a27ce2896bb1d474ebc))
7+
* removed testing console.log ([ec4140b](https://github.com/CoCreate-app/CoCreate-render/commit/ec4140b82977c65cb2f1d321568b3a12706574a8))
8+
* update dependencies to the lates versions ([0c6702a](https://github.com/CoCreate-app/CoCreate-render/commit/0c6702ac846fe0c00aabc89fe241b8eb5787de94))
9+
* update method to use object.update etc ([cfd4a65](https://github.com/CoCreate-app/CoCreate-render/commit/cfd4a657c4b13c31755d79d90b623ce249dd25a8))
10+
11+
12+
### Features
13+
14+
* render supports key and render attribute ([c5b7317](https://github.com/CoCreate-app/CoCreate-render/commit/c5b73172474c8cdfbd1af1deafe10b8552851745))
15+
116
## [1.29.1](https://github.com/CoCreate-app/CoCreate-render/compare/v1.29.0...v1.29.1) (2023-10-25)
217

318

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.29.1",
3+
"version": "1.30.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.11.7",
6565
"@cocreate/utils": "^1.26.2"
6666
}
67-
}
67+
}

0 commit comments

Comments
 (0)