chore(release): 3.18.2 [skip ci]

## [3.18.2](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.1...v3.18.2) (2024-01-28)

### Bug Fixes

* pull new editor translations from Transifex ([e75188b](e75188b7d7))
This commit is contained in:
semantic-release-bot 2024-01-28 18:18:03 +00:00
parent 4f0d3d7ebb
commit 933238913a
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
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.18.2](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.1...v3.18.2) (2024-01-28)
### Bug Fixes
* pull new editor translations from Transifex ([e75188b](https://github.com/scratchfoundation/scratch-l10n/commit/e75188b7d78bb6edf5d54a75cd2d59df402d544e))
## [3.18.1](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.0...v3.18.1) (2024-01-25)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "scratch-l10n",
"version": "3.18.1",
"version": "3.18.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "scratch-l10n",
"version": "3.18.1",
"version": "3.18.2",
"license": "BSD-3-Clause",
"dependencies": {
"@babel/cli": "^7.1.2",

View file

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