Skip to content

Commit 25829ae

Browse files
committed
Release 10.0 version
1 parent fcfb1a4 commit 25829ae

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22
This project adheres to [Semantic Versioning](http://semver.org/).
33

4+
## 10.0 “Alis volat propriis”
5+
* Removed support for Node.js 6.x, 8.x, 11.x.
6+
* Moved `postcss` to `peerDependencies`.
7+
* Moved to PostCSS 8.
8+
49
## 9.8.6
510
* Fixed `env` option.
611

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "autoprefixer",
3-
"version": "9.8.6",
3+
"version": "10.0.0",
44
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
55
"engines": {
66
"node": "^10 || ^12 || >=14"

0 commit comments

Comments
 (0)