diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c718f8d..3af8167e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.0.19](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.18...v4.0.19) (2024-11-11) + + +### Bug Fixes + +* pull new editor translations from Transifex ([2e873c4](https://github.com/scratchfoundation/scratch-l10n/commit/2e873c4dfa5cc9086433e2ea5b07681b8068be6b)) + ## [4.0.18](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.17...v4.0.18) (2024-11-10) diff --git a/package-lock.json b/package-lock.json index 05c298b2..ebb80c08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "4.0.18", + "version": "4.0.19", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "4.0.18", + "version": "4.0.19", "license": "BSD-3-Clause", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index 5d989952..0d3d321e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "4.0.18", + "version": "4.0.19", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",