Skip to content

Commit 65fbed6

Browse files
chore(release): 1.7.14 [skip ci]
## [1.7.14](v1.7.13...v1.7.14) (2023-06-04) ### Bug Fixes * replaced secert GITHUB_TOKEN with GITHUB ([1ff3965](1ff3965)) * Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([a3ee4d0](a3ee4d0))
1 parent a3ee4d0 commit 65fbed6

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.7.14](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.7.13...v1.7.14) (2023-06-04)
2+
3+
4+
### Bug Fixes
5+
6+
* replaced secert GITHUB_TOKEN with GITHUB ([1ff3965](https://github.com/CoCreate-app/CoCreate-css-parser/commit/1ff3965d420c04486ac52979e7189630db8c7722))
7+
* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([a3ee4d0](https://github.com/CoCreate-app/CoCreate-css-parser/commit/a3ee4d013e94facaecffcf4580ca788908acf4d4))
8+
19
## [1.7.13](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.7.12...v1.7.13) (2023-06-04)
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/css-parser",
3-
"version": "1.7.13",
3+
"version": "1.7.14",
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",
@@ -65,4 +65,4 @@
6565
"@cocreate/local-storage": "^1.7.5",
6666
"@cocreate/observer": "^1.8.3"
6767
}
68-
}
68+
}

0 commit comments

Comments
 (0)