Skip to content

Commit bdd0c12

Browse files
committed
Release 7.0 version
1 parent 2c04213 commit bdd0c12

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

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

4+
## 7.0
5+
* Removed Node.js 16, 14, and 12 support.
6+
* Added `Root#source.end`.
7+
48
## 6.0
59
* Removed Node.js 10 support.
610
* Moved `postcss` to `peerDependencies`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-safe-parser",
3-
"version": "6.0.0",
3+
"version": "7.0.0",
44
"description": "Fault-tolerant CSS parser for PostCSS",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)