diff --git a/CHANGELOG.md b/CHANGELOG.md index b80244f..7262c57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [4.0.1](https://github.com/postcss-modules-local-by-default/compare/v4.0.0-rc.4...v4.0.1) - 2023-05-19 + +### Fixes + +- don't handle global values in `animation` and `animation-name` properties +- handle all possible identifiers in `animation` and `animation-name` properties +- fix bug with nested `:global` and `:local` in pseudo selectors + ## [4.0.0](https://github.com/postcss-modules-local-by-default/compare/v4.0.0-rc.4...v4.0.0) - 2020-10-13 ### Fixes diff --git a/package.json b/package.json index d97b68d..8dcda15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-modules-local-by-default", - "version": "4.0.0", + "version": "4.0.1", "description": "A CSS Modules transform to make local scope the default", "main": "src/index.js", "author": "Mark Dalgleish",