Skip to content

Commit db195e7

Browse files
chore(release): 4.2.0
1 parent ba7e8ef commit db195e7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [4.2.0](https://github.com/postcss-modules-local-by-default/compare/v4.1.1...v4.2.0) - 2024-12-11
7+
8+
- feat: add support a `/* cssmodules-pure-no-check */` comment
9+
610
## [4.1.0](https://github.com/postcss-modules-local-by-default/compare/v4.0.5...v4.1.1) - 2024-11-11
711

812
- feat: add `global()` and `local()` for animations

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-modules-local-by-default",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "A CSS Modules transform to make local scope the default",
55
"main": "src/index.js",
66
"author": "Mark Dalgleish",

0 commit comments

Comments
 (0)