Skip to content

Commit 762886b

Browse files
chore(release): 1.17.1 [skip ci]
## [1.17.1](v1.17.0...v1.17.1) (2023-11-03) ### Bug Fixes * favicon.ico path ([4bec2c8](4bec2c8)) * link parse set to true ([2e3fd65](2e3fd65))
1 parent 4bec2c8 commit 762886b

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.17.1](https://github.com/CoCreate-app/CoCreateCSS/compare/v1.17.0...v1.17.1) (2023-11-03)
2+
3+
4+
### Bug Fixes
5+
6+
* favicon.ico path ([4bec2c8](https://github.com/CoCreate-app/CoCreateCSS/commit/4bec2c87bd17f3eb2eafe3ca78f0cca709feb47e))
7+
* link parse set to true ([2e3fd65](https://github.com/CoCreate-app/CoCreateCSS/commit/2e3fd65b21758a2a302ec2f61ddb5484a1d2b091))
8+
19
# [1.17.0](https://github.com/CoCreate-app/CoCreateCSS/compare/v1.16.0...v1.17.0) (2023-09-19)
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/cocreatecss",
3-
"version": "1.17.0",
3+
"version": "1.17.1",
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",
@@ -59,4 +59,4 @@
5959
"webpack-cli": "^4.6.0",
6060
"webpack-log": "^3.0.1"
6161
}
62-
}
62+
}

0 commit comments

Comments
 (0)