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 7fa9d99 commit 9365ef0Copy full SHA for 9365ef0
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 10.2 “Sub rosa”
5
+* Added TypeScript definitions (by Dmitry Semigradsky).
6
+* Fixed docs (by Florian Pellet).
7
+
8
## 10.1 “Pula”
9
* Added `dpcm` unit support to `min-resolution: 2dppx` (by Robert Eisele).
10
* Fixed rational approximation in `min-resolution` (by Robert Eisele).
package.json
@@ -1,6 +1,6 @@
{
"name": "autoprefixer",
- "version": "10.1.0",
+ "version": "10.2.0",
"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