Skip to content

Commit e7de6d2

Browse files
chore(release): 3.1.0 [skip ci]
# [3.1.0](v3.0.0...v3.1.0) (2025-10-01) ### Bug Fixes * add cssModuleExceptions as [@param](https://github.com/param) ([7a4836f](7a4836f)) ### Features * allow for css module exceptions ([121295f](121295f))
1 parent 5a35968 commit e7de6d2

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.1.0](https://github.com/scratchfoundation/scratch-webpack-configuration/compare/v3.0.0...v3.1.0) (2025-10-01)
7+
8+
9+
### Bug Fixes
10+
11+
* add cssModuleExceptions as [@param](https://github.com/param) ([7a4836f](https://github.com/scratchfoundation/scratch-webpack-configuration/commit/7a4836fe12cd916a060123a7468160343d4b1184))
12+
13+
14+
### Features
15+
16+
* allow for css module exceptions ([121295f](https://github.com/scratchfoundation/scratch-webpack-configuration/commit/121295f943f012d1cf26ea41d75d5bcce30ea20e))
17+
618
# [3.0.0](https://github.com/scratchfoundation/scratch-webpack-configuration/compare/v2.0.0...v3.0.0) (2024-11-25)
719

820

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scratch-webpack-configuration",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Shared configuration for Scratch's use of webpack",
55
"main": "src/index.cjs",
66
"type": "commonjs",

0 commit comments

Comments
 (0)