From d72066a18e6315a01558f52d0fac2dc0cfb8571a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 16 Jan 2024 20:44:57 +0000 Subject: [PATCH] chore(release): 3.18.0 [skip ci] # [3.18.0](https://github.com/scratchfoundation/scratch-l10n/compare/v3.17.0...v3.18.0) (2024-01-16) ### Features * realign version numbers ([c4f9f06](https://github.com/scratchfoundation/scratch-l10n/commit/c4f9f06744c13c97032986360faffba953ff8538)) --- 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 4c3b88a6..db865baa 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. +# [3.18.0](https://github.com/scratchfoundation/scratch-l10n/compare/v3.17.0...v3.18.0) (2024-01-16) + + +### Features + +* realign version numbers ([c4f9f06](https://github.com/scratchfoundation/scratch-l10n/commit/c4f9f06744c13c97032986360faffba953ff8538)) + # 1.0.0 (2024-01-16) diff --git a/package-lock.json b/package-lock.json index c0157209..9982709e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-l10n", - "version": "1.0.0", + "version": "3.18.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-l10n", - "version": "1.0.0", + "version": "3.18.0", "license": "BSD-3-Clause", "dependencies": { "@babel/cli": "^7.1.2", diff --git a/package.json b/package.json index b831cd34..bdea6078 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-l10n", - "version": "1.0.0", + "version": "3.18.0", "description": "Localization for the Scratch 3.0 components", "main": "./dist/l10n.js", "browser": "./src/index.js",