Skip to content

Commit 34a26cc

Browse files
chore(release): 1.27.3 [skip ci]
## [1.27.3](v1.27.2...v1.27.3) (2023-09-18) ### Bug Fixes * Add path and pathname ([35126d8](35126d8)) * Update dCoCreate dpendencies to latest versions ([2090195](2090195))
1 parent 2090195 commit 34a26cc

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.27.3](https://github.com/CoCreate-app/CoCreate-render/compare/v1.27.2...v1.27.3) (2023-09-18)
2+
3+
4+
### Bug Fixes
5+
6+
* Add path and pathname ([35126d8](https://github.com/CoCreate-app/CoCreate-render/commit/35126d8e58839ea5f7abb04a6cbea74f237fb142))
7+
* Update dCoCreate dpendencies to latest versions ([2090195](https://github.com/CoCreate-app/CoCreate-render/commit/209019594e4f608d413278bb07145873e43dd9eb))
8+
19
## [1.27.2](https://github.com/CoCreate-app/CoCreate-render/compare/v1.27.1...v1.27.2) (2023-09-17)
210

311

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.27.2",
3+
"version": "1.27.3",
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.1",
6565
"@cocreate/utils": "^1.24.1"
6666
}
67-
}
67+
}

0 commit comments

Comments
 (0)