chore(release): 5.0.0 [skip ci]

# [5.0.0](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.46...v5.0.0) (2024-11-25)

* chore!: set license to AGPL-3.0-only ([f98e5bb](f98e5bb7fa))

### 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 16:00:05 +00:00
parent ff2c2f471c
commit 6f0af461ed
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.
# [5.0.0](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.46...v5.0.0) (2024-11-25)
* chore!: set license to AGPL-3.0-only ([f98e5bb](https://github.com/scratchfoundation/scratch-l10n/commit/f98e5bb7fa7cf289d78317541e2e4dd1b35143a7))
### BREAKING CHANGES
* This project is now licensed under the AGPL version 3.0
See https://www.scratchfoundation.org/open-source-license
## [4.0.46](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.45...v4.0.46) (2024-11-25)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "scratch-l10n",
"version": "4.0.46",
"version": "5.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "scratch-l10n",
"version": "4.0.46",
"version": "5.0.0",
"license": "AGPL-3.0-only",
"dependencies": {
"@transifex/api": "4.3.0",

View file

@ -1,6 +1,6 @@
{
"name": "scratch-l10n",
"version": "4.0.46",
"version": "5.0.0",
"description": "Localization for the Scratch 3.0 components",
"main": "./dist/l10n.js",
"browser": "./src/index.mjs",