Skip to content

Commit 00d8e3f

Browse files
committed
Release 8.1 version
1 parent 1fb3df9 commit 00d8e3f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
This project uses major version number for PostCSS,
33
minor for adding/removing tests, and patch for fixes.
44

5+
## 8.1
6+
* Add empty Custom Properties case.
7+
58
## 8.0
69
* Added Custom Properties with `{}` case for PostCSS 8.
710
* Added at-rule with `{}` in params case for PostCSS 8.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-parser-tests",
3-
"version": "8.0.0",
3+
"version": "8.1.0",
44
"description": "Base tests for every PostCSS CSS parser",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)