Skip to content

Commit

Permalink
chore(release): 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed May 19, 2023
1 parent 15041cf commit 7942f72
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7942f72

Please sign in to comment.