diff --git a/CHANGELOG.md b/CHANGELOG.md index f319774..447b080 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## 11.2.1 (2026-09-20) + +### Bug fixes + +- do not emit invalid minus unary operator (the browser discards values like calc(-(-12px)) +- improve rounding so it is more spec-compliant in edge cases +- preserve invalid declarations with unary minus, instead of converting them to valid declarations ## 11.2.0 (2026-09-17) diff --git a/package.json b/package.json index a57ac62..a7e4c98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-calc", - "version": "11.2.0", + "version": "11.2.1", "type": "module", "description": "PostCSS plugin to reduce calc()", "keywords": [