We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c803ea2 commit 5eeb305Copy full SHA for 5eeb305
CHANGELOG.md
@@ -3,6 +3,12 @@
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.0.5](https://github.com/postcss-modules-local-by-default/compare/v4.0.4...v4.0.5) - 2024-04-03
7
+
8
+### Fixes
9
10
+- don't break the `@scope` at-rule without params
11
12
## [4.0.4](https://github.com/postcss-modules-local-by-default/compare/v4.0.3...v4.0.4) - 2024-01-17
13
14
### Fixes
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "postcss-modules-local-by-default",
- "version": "4.0.4",
+ "version": "4.0.5",
"description": "A CSS Modules transform to make local scope the default",
"main": "src/index.js",
"author": "Mark Dalgleish",
0 commit comments