Skip to content

Commit 51bf255

Browse files
committed
Release 0.20 version
1 parent c648473 commit 51bf255

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Change Log
22
This project adheres to [Semantic Versioning](http://semver.org/).
33

4+
## 0.20.0
5+
* Moved to float in `oklch()` since `calc()` has issue with `%`.
6+
47
## 0.19.0
5-
* Add rule to have `--` in keyframe names as any other user-defined token.
8+
* Added rule to have `--` in keyframe names as any other user-defined token.
69

710
## 0.18
811
* Updated `stylelint-config-standard` to 36.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logux/stylelint-config",
3-
"version": "0.19.0",
3+
"version": "0.20.0",
44
"description": "Stylelint shareable config for Logux",
55
"keywords": [
66
"logux",

0 commit comments

Comments
 (0)