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 8b88da3 commit d6b42f1Copy full SHA for d6b42f1
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 10.2.1
5
+* Fixed `transition-property` warnings (by @Sheraff).
6
+
7
## 10.2 “Sub rosa”
8
* Added TypeScript definitions (by Dmitry Semigradsky).
9
* Fixed docs (by Florian Pellet).
package.json
@@ -1,6 +1,6 @@
{
"name": "autoprefixer",
- "version": "10.2.0",
+ "version": "10.2.1",
"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