Skip to content

Commit af8d4a1

Browse files
chore(release): 1.6.0 [skip ci]
# [1.6.0](v1.5.1...v1.6.0) (2024-09-25) ### Bug Fixes * update the file match that webpack should process from node_modules ([89d4f7d](89d4f7d)) ### Features * add method for defining additional externals ([56c3806](56c3806)) * add TS support ([348a60a](348a60a)) * default to publicPath: '/' and allow overrides ([ec47b45](ec47b45))
1 parent 7e0ca07 commit af8d4a1

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.6.0](https://github.com/scratchfoundation/scratch-webpack-configuration/compare/v1.5.1...v1.6.0) (2024-09-25)
7+
8+
9+
### Bug Fixes
10+
11+
* update the file match that webpack should process from node_modules ([89d4f7d](https://github.com/scratchfoundation/scratch-webpack-configuration/commit/89d4f7de4cb60ab9f262bfb5e765d67c7fc367a1))
12+
13+
14+
### Features
15+
16+
* add method for defining additional externals ([56c3806](https://github.com/scratchfoundation/scratch-webpack-configuration/commit/56c38066111ec5d67d1faf39dc4ddaea5a091f90))
17+
* add TS support ([348a60a](https://github.com/scratchfoundation/scratch-webpack-configuration/commit/348a60a0744bd881da3de792b900d9ec76e4eead))
18+
* default to publicPath: '/' and allow overrides ([ec47b45](https://github.com/scratchfoundation/scratch-webpack-configuration/commit/ec47b45ea04b884b75b1b7df9a1cf3acff9443fb))
19+
620
## [1.5.1](https://github.com/scratchfoundation/scratch-webpack-configuration/compare/v1.5.0...v1.5.1) (2024-09-11)
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.5.1",
3+
"version": "1.6.0",
44
"description": "Shared configuration for Scratch's use of webpack",
55
"main": "src/index.cjs",
66
"type": "commonjs",

0 commit comments

Comments
 (0)