We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b385c2e commit db162a1Copy full SHA for db162a1
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 10.4.14
5
+* Improved startup time and reduced JS bundle size (by Kārlis Gaņģis).
6
+
7
## 10.4.13
8
* Fixed missed prefixes on vendor prefixes in name of CSS Custom Property.
9
package.json
@@ -1,6 +1,6 @@
{
"name": "autoprefixer",
- "version": "10.4.13",
+ "version": "10.4.14",
"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