We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8538b8 commit 2b45936Copy full SHA for 2b45936
2 files changed
CHANGELOG.md
@@ -2,6 +2,9 @@
2
This project uses major version number for PostCSS,
3
minor for adding/removing tests, and patch for fixes.
4
5
+## 8.8
6
+* Update `offset` according to fix in `postcss` (by Ido Rosenthal).
7
+
8
## 8.7
9
* Moved `jsonify()` from `string` to `object`.
10
* Moved `eachTest()`from `string` to `object` in `json` argument.
package.json
@@ -1,6 +1,6 @@
1
{
"name": "postcss-parser-tests",
- "version": "8.7.0",
+ "version": "8.8.0",
"description": "Base tests for every PostCSS CSS parser",
"keywords": [
"postcss",
0 commit comments