Skip to content

Commit 9a00bce

Browse files
chore(release): 1.0.21 [skip ci]
## [1.0.21](v1.0.20...v1.0.21) (2021-06-24) ### Bug Fixes * update all [@cocreate](https://github.com/cocreate) to use latest versions ([696b33c](696b33c))
1 parent 696b33c commit 9a00bce

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.21](https://github.com/CoCreate-app/CoCreate-attributes/compare/v1.0.20...v1.0.21) (2021-06-24)
2+
3+
4+
### Bug Fixes
5+
6+
* update all [@cocreate](https://github.com/cocreate) to use latest versions ([696b33c](https://github.com/CoCreate-app/CoCreate-attributes/commit/696b33cdbda2da37154f8a9abbca5fa64065dbe8))
7+
18
## [1.0.20](https://github.com/CoCreate-app/CoCreate-attributes/compare/v1.0.19...v1.0.20) (2021-06-20)
29

310

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/attributes",
3-
"version": "1.0.20",
3+
"version": "1.0.21",
44
"description": "Simple HTML5 & JavaScript component operate add, update & remove values in element's attributes from input, select or js api. Easy configuration using class, style or any custom attribute.",
55
"keywords": [
66
"cocreate",
@@ -18,7 +18,9 @@
1818
"html5-framework",
1919
"javascript-framework"
2020
],
21-
"publishConfig": { "access": "public" },
21+
"publishConfig": {
22+
"access": "public"
23+
},
2224
"scripts": {
2325
"start": "npx webpack --config webpack.config.js",
2426
"build": "NODE_ENV=production npx webpack --config webpack.config.js",

0 commit comments

Comments
 (0)