From 7f36485b1b286fdd32e6e5c5583d5e311b2a31fe Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 1 Nov 2024 22:30:05 +0000 Subject: [PATCH] chore(release): 4.0.5 [skip ci] ## [4.0.5](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.4...v4.0.5) (2024-11-01) ### Bug Fixes * specify file extension for ./file.js imports ([2c1fddb](https://github.com/scratchfoundation/scratch-l10n/commit/2c1fddbf1407e0dae99d19361b0745f1f005af15)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42f52cb43..06f60a5d5 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.5](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.4...v4.0.5) (2024-11-01) + + +### Bug Fixes + +* specify file extension for ./file.js imports ([2c1fddb](https://github.com/scratchfoundation/scratch-l10n/commit/2c1fddbf1407e0dae99d19361b0745f1f005af15)) + ## [4.0.4](https://github.com/scratchfoundation/scratch-l10n/compare/v4.0.3...v4.0.4) (2024-11-01) diff --git a/package-lock.json b/package-lock.json index 0bcc76685..f1e21e789 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "4.0.4", + "version": "4.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "4.0.4", + "version": "4.0.5", "license": "BSD-3-Clause", "dependencies": { "@transifex/api": "4.3.0", diff --git a/package.json b/package.json index 5c0d6cce9..a2a4275ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "4.0.4", + "version": "4.0.5", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.mjs",