chore(release): 2.0.0 [skip ci]

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

* chore!: set license to AGPL-3.0-only ([66e2456](66e2456649))

### BREAKING CHANGES

* This project is now licensed under the AGPL version 3.0

See https://www.scratchfoundation.org/open-source-license
This commit is contained in:
semantic-release-bot 2024-11-25 17:15:51 +00:00
parent 677e8e4951
commit 465a1d306f
3 changed files with 15 additions and 3 deletions

View file

@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [2.0.0](https://github.com/scratchfoundation/scratch-webpack-configuration/compare/v1.6.0...v2.0.0) (2024-11-25)
* chore!: set license to AGPL-3.0-only ([66e2456](https://github.com/scratchfoundation/scratch-webpack-configuration/commit/66e2456649350eab6c56f0d6255f3a65d6876eb1))
### BREAKING CHANGES
* This project is now licensed under the AGPL version 3.0
See https://www.scratchfoundation.org/open-source-license
# [1.6.0](https://github.com/scratchfoundation/scratch-webpack-configuration/compare/v1.5.1...v1.6.0) (2024-09-25)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "scratch-webpack-configuration",
"version": "1.6.0",
"version": "2.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "scratch-webpack-configuration",
"version": "1.6.0",
"version": "2.0.0",
"license": "AGPL-3.0-only",
"dependencies": {
"lodash.merge": "^4.6.2",

View file

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