chore(release): 3.0.0 [skip ci]

# [3.0.0](https://github.com/scratchfoundation/scratch-webpack-configuration/compare/v2.0.0...v3.0.0) (2024-11-25)

* chore!: set license to BSD-3-Clause ([3131686](3131686f4f))

### BREAKING CHANGES

* The license for this project has changed back to BSD-3-Clause
This commit is contained in:
semantic-release-bot 2024-11-25 20:40:33 +00:00
parent 18232e1432
commit 67b0a5af45
3 changed files with 13 additions and 3 deletions

View file

@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [3.0.0](https://github.com/scratchfoundation/scratch-webpack-configuration/compare/v2.0.0...v3.0.0) (2024-11-25)
* chore!: set license to BSD-3-Clause ([3131686](https://github.com/scratchfoundation/scratch-webpack-configuration/commit/3131686f4fcdd91916f33af3e59fdaeacb425664))
### BREAKING CHANGES
* The license for this project has changed back to BSD-3-Clause
# [2.0.0](https://github.com/scratchfoundation/scratch-webpack-configuration/compare/v1.6.0...v2.0.0) (2024-11-25)

4
package-lock.json generated
View file

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

View file

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