We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcfb1a4 commit 25829aeCopy full SHA for 25829ae
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
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
+
9
## 9.8.6
10
* Fixed `env` option.
11
package.json
@@ -1,6 +1,6 @@
{
"name": "autoprefixer",
- "version": "9.8.6",
+ "version": "10.0.0",
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
"engines": {
"node": "^10 || ^12 || >=14"
0 commit comments