From 65e2dae12cb64aab79efa73ddb204f3577f4e8f6 Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Fri, 29 Jul 2022 12:56:23 +0200 Subject: [PATCH] Release 10.4.8 version --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ab28e024..f44945cdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log This project adheres to [Semantic Versioning](http://semver.org/). +## 10.4.8 +* Do not print `color-adjust` warning if `print-color-adjust` also is in rule. + ## 10.4.7 * Fixed `print-color-adjust` support in Firefox. diff --git a/package.json b/package.json index f043f663b..07013af7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "autoprefixer", - "version": "10.4.7", + "version": "10.4.8", "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website", "engines": { "node": "^10 || ^12 || >=14"