diff --git a/CHANGELOG.md b/CHANGELOG.md index db865baa..0193ac41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.18.1](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.0...v3.18.1) (2024-01-25) + + +### Bug Fixes + +* pull new editor translations from Transifex ([f1f0b25](https://github.com/scratchfoundation/scratch-l10n/commit/f1f0b258d5073dad67b8a276e384f3500e035d28)) +* pull new editor translations from Transifex ([1dd13a1](https://github.com/scratchfoundation/scratch-l10n/commit/1dd13a17af905c1a224cd0bc5c89ed58ee6366f0)) +* pull new editor translations from Transifex ([12fe563](https://github.com/scratchfoundation/scratch-l10n/commit/12fe563dc9da84a35fe4926db9788ea9050349cc)) + # [3.18.0](https://github.com/scratchfoundation/scratch-l10n/compare/v3.17.0...v3.18.0) (2024-01-16) diff --git a/package-lock.json b/package-lock.json index 098843c1..61297a63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "3.18.0", + "version": "3.18.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "3.18.0", + "version": "3.18.1", "license": "BSD-3-Clause", "dependencies": { "@babel/cli": "^7.1.2", diff --git a/package.json b/package.json index 029d172c..752bf3f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "3.18.0", + "version": "3.18.1", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.js",