Skip to content

Commit f342609

Browse files
chore(release): 1.4.0 [skip ci]
# [1.4.0](v1.3.9...v1.4.0) (2022-12-29) ### Bug Fixes * bump dependencies ([f223efd](f223efd)) ### Features * debounce save function ([879a6dc](879a6dc))
1 parent f223efd commit f342609

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-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.4.0](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.3.9...v1.4.0) (2022-12-29)
2+
3+
4+
### Bug Fixes
5+
6+
* bump dependencies ([f223efd](https://github.com/CoCreate-app/CoCreate-css-parser/commit/f223efd0c97386e7d5ed04d8ebea7f49b5661788))
7+
8+
9+
### Features
10+
11+
* debounce save function ([879a6dc](https://github.com/CoCreate-app/CoCreate-css-parser/commit/879a6dca783ccec04465cc621911f4ea7c1dcddb))
12+
113
## [1.3.9](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.3.8...v1.3.9) (2022-12-27)
214

315

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/css-parser",
3-
"version": "1.3.9",
3+
"version": "1.4.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",
@@ -20,7 +20,9 @@
2020
"html5-framework",
2121
"javascript-framework"
2222
],
23-
"publishConfig": { "access": "public" },
23+
"publishConfig": {
24+
"access": "public"
25+
},
2426
"scripts": {
2527
"start": "npx webpack --config webpack.config.js",
2628
"build": "NODE_ENV=production npx webpack --config webpack.config.js",

0 commit comments

Comments
 (0)