Skip to content

Commit d6a6fef

Browse files
chore(release): 1.13.0 [skip ci]
# [1.13.0](v1.12.0...v1.13.0) (2023-11-25) ### Bug Fixes * update nav, edit button and css path ([1487af1](1487af1)) ### Features * upgrade dependencies for latest features and fixes ([9c42dfb](9c42dfb))
1 parent 9c42dfb commit d6a6fef

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.13.0](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.12.0...v1.13.0) (2023-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* update nav, edit button and css path ([1487af1](https://github.com/CoCreate-app/CoCreate-css-parser/commit/1487af11164027dc7dc2d1bf2d8c48af93703879))
7+
8+
9+
### Features
10+
11+
* upgrade dependencies for latest features and fixes ([9c42dfb](https://github.com/CoCreate-app/CoCreate-css-parser/commit/9c42dfb477ec169f4167e9aa5e84b308e134b177))
12+
113
# [1.12.0](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.11.9...v1.12.0) (2023-11-19)
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/css-parser",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"description": "A simple css-parser component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
55
"keywords": [
66
"css-parser",
@@ -61,4 +61,4 @@
6161
"@cocreate/local-storage": "^1.11.1",
6262
"@cocreate/observer": "^1.13.0"
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)