chore(release): 1.3.0 [skip ci]

# [1.3.0](https://github.com/scratchfoundation/scratch-webpack-configuration/compare/v1.2.0...v1.3.0) (2024-03-18)

### Features

* add "enableDevServer" helper ([44c7765](44c77658ba))
* add chunk splitting ([c1046e9](c1046e9a91))
* add rules for asset modules ([bde30f6](bde30f62b0))
This commit is contained in:
semantic-release-bot 2024-03-18 18:26:05 +00:00
parent bde30f62b0
commit c1556ff7da
3 changed files with 12 additions and 3 deletions

View file

@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.3.0](https://github.com/scratchfoundation/scratch-webpack-configuration/compare/v1.2.0...v1.3.0) (2024-03-18)
### Features
* add "enableDevServer" helper ([44c7765](https://github.com/scratchfoundation/scratch-webpack-configuration/commit/44c77658baeafaa715354e5de884cfefbc74d278))
* add chunk splitting ([c1046e9](https://github.com/scratchfoundation/scratch-webpack-configuration/commit/c1046e9a91c778bb237a0a4214ebcd95d5bc188c))
* add rules for asset modules ([bde30f6](https://github.com/scratchfoundation/scratch-webpack-configuration/commit/bde30f62b08697dee68a2750cf5b2650699eaf67))
# [1.2.0](https://github.com/scratchfoundation/scratch-webpack-configuration/compare/v1.1.0...v1.2.0) (2024-03-14)

4
package-lock.json generated
View file

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

View file

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