chore(release): 1.6.0 [skip ci]

# [1.6.0](https://github.com/scratchfoundation/scratch-webpack-configuration/compare/v1.5.1...v1.6.0) (2024-09-25)

### Bug Fixes

* update the file match that webpack should process from node_modules ([89d4f7d](89d4f7de4c))

### Features

* add method for defining additional externals ([56c3806](56c3806611))
* add TS support ([348a60a](348a60a074))
* default to publicPath: '/' and allow overrides ([ec47b45](ec47b45ea0))
This commit is contained in:
semantic-release-bot 2024-09-25 08:42:11 +00:00
parent 7e0ca0785d
commit af8d4a1d40
3 changed files with 17 additions and 3 deletions

View file

@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.6.0](https://github.com/scratchfoundation/scratch-webpack-configuration/compare/v1.5.1...v1.6.0) (2024-09-25)
### Bug Fixes
* update the file match that webpack should process from node_modules ([89d4f7d](https://github.com/scratchfoundation/scratch-webpack-configuration/commit/89d4f7de4cb60ab9f262bfb5e765d67c7fc367a1))
### Features
* add method for defining additional externals ([56c3806](https://github.com/scratchfoundation/scratch-webpack-configuration/commit/56c38066111ec5d67d1faf39dc4ddaea5a091f90))
* add TS support ([348a60a](https://github.com/scratchfoundation/scratch-webpack-configuration/commit/348a60a0744bd881da3de792b900d9ec76e4eead))
* default to publicPath: '/' and allow overrides ([ec47b45](https://github.com/scratchfoundation/scratch-webpack-configuration/commit/ec47b45ea04b884b75b1b7df9a1cf3acff9443fb))
## [1.5.1](https://github.com/scratchfoundation/scratch-webpack-configuration/compare/v1.5.0...v1.5.1) (2024-09-11)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "scratch-webpack-configuration",
"version": "1.5.1",
"version": "1.6.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "scratch-webpack-configuration",
"version": "1.5.1",
"version": "1.6.0",
"license": "BSD-3-Clause",
"dependencies": {
"lodash.merge": "^4.6.2",

View file

@ -1,6 +1,6 @@
{
"name": "scratch-webpack-configuration",
"version": "1.5.1",
"version": "1.6.0",
"description": "Shared configuration for Scratch's use of webpack",
"main": "src/index.cjs",
"type": "commonjs",