From 6f0af461eda0b0dedb305597019e256457208f5f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 25 Nov 2024 16:00:05 +0000 Subject: [PATCH] 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](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 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbb1456a..60f009af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index ed529bd9..52d4111c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index ab5b567b..23cbd26e 100644 --- a/package.json +++ b/package.json @@ -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",