Skip to content

Commit 2ef17a3

Browse files
chore(release): 3.1.1
1 parent f749cf2 commit 2ef17a3

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,20 @@
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+
## [3.1.1](https://github.com/postcss-modules-local-by-default/compare/v3.1.0...v3.1.1) - 2024-01-18
7+
8+
### Fixes
9+
10+
- handle `@scope` at-rule
11+
- fix CSS nesting logic
12+
613
## [3.1.0](https://github.com/postcss-modules-local-by-default/compare/v3.0.0...v3.1.0) - 2023-12-21
714

815
### Fixes
916

1017
- scoped class attribute
1118

12-
### Feature
19+
### Features
1320

1421
- pass a node to the `generateExportEntry` option
1522

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-modules-scope",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "A CSS Modules transform to extract export statements from local-scope classes",
55
"main": "src/index.js",
66
"engines": {

0 commit comments

Comments
 (0)