chore(release): 4.0.19 [skip ci]

## [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](2e873c4dfa))
This commit is contained in:
semantic-release-bot 2024-11-11 03:23:11 +00:00
parent 2e873c4dfa
commit 57dfb98727
3 changed files with 10 additions and 3 deletions

View file

@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file. See All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines. [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) ## [4.0.18](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.17...v4.0.18) (2024-11-10)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "scratch-l10n", "name": "scratch-l10n",
"version": "4.0.18", "version": "4.0.19",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "scratch-l10n", "name": "scratch-l10n",
"version": "4.0.18", "version": "4.0.19",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"dependencies": { "dependencies": {
"@transifex/api": "4.3.0", "@transifex/api": "4.3.0",

View file

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