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 27612f7 commit b4c9546Copy full SHA for b4c9546
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 9.8.3
5
+* Return old non-LTS Node.js versions to avoid breaking changes.
6
+
7
## 9.8.2
8
* Remove Node.js 13.0-13.7 from supported engines, because of buggy ESM support.
9
package.json
@@ -1,6 +1,6 @@
{
"name": "autoprefixer",
- "version": "9.8.2",
+ "version": "9.8.3",
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
"keywords": [
"autoprefixer",
0 commit comments