Skip to content

Commit 0a40155

Browse files
chore(release): 1.4.2 [skip ci]
## [1.4.2](v1.4.1...v1.4.2) (2021-06-24) ### Bug Fixes * add method to turn on and off console.log while in development ([99baf71](99baf71)) * update all [@cocreate](https://github.com/cocreate) to use latest versions ([95b27e2](95b27e2))
1 parent 95b27e2 commit 0a40155

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.4.2](https://github.com/CoCreate-app/CoCreateCSS/compare/v1.4.1...v1.4.2) (2021-06-24)
2+
3+
4+
### Bug Fixes
5+
6+
* add method to turn on and off console.log while in development ([99baf71](https://github.com/CoCreate-app/CoCreateCSS/commit/99baf71a8047a74c1b1c118413fd74123f0102dd))
7+
* update all [@cocreate](https://github.com/cocreate) to use latest versions ([95b27e2](https://github.com/CoCreate-app/CoCreateCSS/commit/95b27e2540b7d541d5b522b0ccc6835da09e74f4))
8+
19
## [1.4.1](https://github.com/CoCreate-app/CoCreateCSS/compare/v1.4.0...v1.4.1) (2021-06-20)
210

311

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/cocreatecss",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "A lightweight utility-first Atomic CSS framework promoting rapid UI development. No learning curve... Apply your native css property:value directly in class, then extract and transform it.",
55
"keywords": [
66
"cocreatecss",
@@ -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",
@@ -34,7 +36,9 @@
3436
},
3537
"author": "CoCreate LLC",
3638
"license": "MIT",
37-
"bugs": { "url": "https://github.com/CoCreate-app/CoCreateCSS/issues" },
39+
"bugs": {
40+
"url": "https://github.com/CoCreate-app/CoCreateCSS/issues"
41+
},
3842
"homepage": "https://cocreate.app/docs/CSS",
3943
"funding": {
4044
"type": "GitHub Sponsors ❤",

0 commit comments

Comments
 (0)