Skip to content

Commit 6d2294a

Browse files
chore(release): 1.1.13 [skip ci]
## [1.1.13](v1.1.12...v1.1.13) (2022-12-09) ### Bug Fixes * typo getAttribute save was not a string ([811913e](811913e))
1 parent 811913e commit 6d2294a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.13](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.1.12...v1.1.13) (2022-12-09)
2+
3+
4+
### Bug Fixes
5+
6+
* typo getAttribute save was not a string ([811913e](https://github.com/CoCreate-app/CoCreate-css-parser/commit/811913e4ff22501c00f809e559e6946a1728ca71))
7+
18
## [1.1.12](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.1.11...v1.1.12) (2022-12-08)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/css-parser",
3-
"version": "1.1.12",
3+
"version": "1.1.13",
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",

0 commit comments

Comments
 (0)