Skip to content

Commit 465a1d3

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.6.0...v2.0.0) (2024-11-25) * chore!: set license to AGPL-3.0-only ([66e2456](66e2456)) ### BREAKING CHANGES * This project is now licensed under the AGPL version 3.0 See https://www.scratchfoundation.org/open-source-license
1 parent 677e8e4 commit 465a1d3

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
# [2.0.0](https://github.com/scratchfoundation/scratch-webpack-configuration/compare/v1.6.0...v2.0.0) (2024-11-25)
7+
8+
9+
* chore!: set license to AGPL-3.0-only ([66e2456](https://github.com/scratchfoundation/scratch-webpack-configuration/commit/66e2456649350eab6c56f0d6255f3a65d6876eb1))
10+
11+
12+
### BREAKING CHANGES
13+
14+
* This project is now licensed under the AGPL version 3.0
15+
16+
See https://www.scratchfoundation.org/open-source-license
17+
618
# [1.6.0](https://github.com/scratchfoundation/scratch-webpack-configuration/compare/v1.5.1...v1.6.0) (2024-09-25)
719

820

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scratch-webpack-configuration",
3-
"version": "1.6.0",
3+
"version": "2.0.0",
44
"description": "Shared configuration for Scratch's use of webpack",
55
"main": "src/index.cjs",
66
"type": "commonjs",

0 commit comments

Comments
 (0)