We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc9d3bb commit 14e2778Copy full SHA for 14e2778
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
+## [3.2.1](https://github.com/postcss-modules-local-by-default/compare/v3.2.0...v3.2.1)
7
+
8
+### Chore
9
10
+- update `postcss-selector-parser`
11
12
## [3.2.0](https://github.com/postcss-modules-local-by-default/compare/v3.1.2...v3.2.0) - 2024-04-03
13
14
### Features
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "postcss-modules-scope",
- "version": "3.2.0",
+ "version": "3.2.1",
"description": "A CSS Modules transform to extract export statements from local-scope classes",
"main": "src/index.js",
"engines": {
0 commit comments