Skip to content

Commit e2adc4c

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.0...v1.2.0) (2024-03-14) ### Bug Fixes * explicitly add defaults to resolve.extensions ([21ce9da](21ce9da)) ### Features * add 'enableReact' flag ([61923a2](61923a2)) * let Babel process all source ([edb003a](edb003a)) * support .cjs, .mjs, and their JSX friends ([0350e5d](0350e5d))
1 parent 21ce9da commit e2adc4c

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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+
# [1.2.0](https://github.com/scratchfoundation/scratch-webpack-configuration/compare/v1.1.0...v1.2.0) (2024-03-14)
7+
8+
9+
### Bug Fixes
10+
11+
* explicitly add defaults to resolve.extensions ([21ce9da](https://github.com/scratchfoundation/scratch-webpack-configuration/commit/21ce9da9df20c83bea9b9c57d8a9d8bef96e3831))
12+
13+
14+
### Features
15+
16+
* add 'enableReact' flag ([61923a2](https://github.com/scratchfoundation/scratch-webpack-configuration/commit/61923a29883fb5089441b6bc3cd9f8e65a078c9d))
17+
* let Babel process all source ([edb003a](https://github.com/scratchfoundation/scratch-webpack-configuration/commit/edb003a62e30ac327dd2d0d82202285370589828))
18+
* support .cjs, .mjs, and their JSX friends ([0350e5d](https://github.com/scratchfoundation/scratch-webpack-configuration/commit/0350e5ddef03f825cd79100e3e2ee4156ee76957))
19+
620
# [1.1.0](https://github.com/scratchfoundation/scratch-webpack-configuration/compare/v1.0.0...v1.1.0) (2024-03-09)
721

822

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)