From 16f619ffbca5fbc43d4ca605a4384a1fd74cb538 Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Tue, 8 Dec 2020 02:42:04 -0500 Subject: [PATCH] Release 10.1 version --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 478126727..87711c4c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log This project adheres to [Semantic Versioning](http://semver.org/). +## 10.1 “Pula” +* Added `dpcm` unit support to `min-resolution: 2dppx` (by Robert Eisele). +* Fixed rational approximation in `min-resolution` (by Robert Eisele). + ## 10.0.4 * Fixed `Cannot read property 'proxyOf' of undefined` error (by Igor Kamyshev). diff --git a/package.json b/package.json index 84ebecd7a..0c4e76082 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "autoprefixer", - "version": "10.0.4", + "version": "10.1.0", "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website", "engines": { "node": "^10 || ^12 || >=14"