We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba7e8ef commit db195e7Copy full SHA for db195e7
CHANGELOG.md
@@ -3,6 +3,10 @@
3
All notable changes to this project will be documented in this file.
4
This project adheres to [Semantic Versioning](http://semver.org/).
5
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
10
## [4.1.0](https://github.com/postcss-modules-local-by-default/compare/v4.0.5...v4.1.1) - 2024-11-11
11
12
- feat: add `global()` and `local()` for animations
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "postcss-modules-local-by-default",
- "version": "4.1.0",
+ "version": "4.2.0",
"description": "A CSS Modules transform to make local scope the default",
"main": "src/index.js",
"author": "Mark Dalgleish",
0 commit comments