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 6842832 commit 02efcacCopy full SHA for 02efcac
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 9.8.2
5
+* Remove old Node.js <13.7 from supported engines, because of buggy ESM support.
6
+
7
## 9.8.1
8
* Replace `chalk` to `kleur` (by Luke Edwards).
9
* Update docs (by @mbomb007).
package.json
@@ -1,6 +1,6 @@
{
"name": "autoprefixer",
- "version": "9.8.1",
+ "version": "9.8.2",
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
"keywords": [
"autoprefixer",
0 commit comments