We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2773033 commit 50a2a77Copy full SHA for 50a2a77
CHANGELOG.md
@@ -3,6 +3,16 @@
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
+## [3.1.0](https://github.com/postcss-modules-local-by-default/compare/v3.0.0...v3.1.0) - 2023-12-21
7
+
8
+### Fixes
9
10
+- scoped class attribute
11
12
+### Feature
13
14
+- pass a node to the `generateExportEntry` option
15
16
## [3.0.0](https://github.com/postcss-modules-local-by-default/compare/v3.0.0-rc.2...v3.0.0) - 2020-10-13
17
18
### Fixes
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "postcss-modules-scope",
- "version": "3.0.0",
+ "version": "3.1.0",
"description": "A CSS Modules transform to extract export statements from local-scope classes",
"main": "src/index.js",
"engines": {
0 commit comments