Skip to content

Commit 57cbd10

Browse files
committed
Release 8.7 version
1 parent 442f6dc commit 57cbd10

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

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

5+
## 8.7
6+
* Moved `jsonify()` from `string` to `object`.
7+
* Moved `eachTest()`from `string` to `object` in `json` argument.
8+
* Added `source.end` for `Root`.
9+
510
## 8.6
611
* Removed Habr.com real tests because of often 404 error.
712

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.6.0",
3+
"version": "8.7.0",
44
"description": "Base tests for every PostCSS CSS parser",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)