diff --git a/CHANGELOG.md b/CHANGELOG.md index d86063c..a97e273 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [4.1.0](https://github.com/postcss-modules-local-by-default/compare/v4.0.5...v4.1.1) - 2024-11-11 + +- feat: add `global()` and `local()` for animations +- feat: add pure ignore comment +- fix: css nesting and pure mod + ## [4.0.5](https://github.com/postcss-modules-local-by-default/compare/v4.0.4...v4.0.5) - 2024-04-03 ### Fixes diff --git a/package.json b/package.json index 4e30379..9867e32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-modules-local-by-default", - "version": "4.0.5", + "version": "4.1.0", "description": "A CSS Modules transform to make local scope the default", "main": "src/index.js", "author": "Mark Dalgleish",