We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cda7ae commit 026083cCopy full SHA for 026083c
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 10.4.16
5
+* Improved performance (by Romain Menke).
6
+* Fixed docs (by Christian Oliff).
7
+
8
## 10.4.15
9
* Fixed `::backdrop` prefixes (by 一丝).
10
* Fixed docs (by Christian Oliff).
package.json
@@ -1,6 +1,6 @@
{
"name": "autoprefixer",
- "version": "10.4.15",
+ "version": "10.4.16",
"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