From e7aa3952b0441c43d697fa36c72b5066975d6a14 Mon Sep 17 00:00:00 2001 From: lsaudon Date: Tue, 20 Jun 2023 18:58:35 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 859a07f..f4b8a0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.0.0](https://github.com/lsaudon/l10nization/releases/tag/release-2.0.0) + +- ✨ Add metadata only to template language by @RobertOdrowaz in +- ⬆️ Bump webpack-cli from 5.1.1 to 5.1.4 by @dependabot in +- ⬆️ Bump eslint from 8.41.0 to 8.43.0 by @dependabot in +- ⬆️ Bump webpack from 5.85.0 to 5.87.0 by @dependabot in +- ⬆️ Bump @typescript-eslint/eslint-plugin from 5.59.8 to 5.60.0 by @dependabot in +- ⬆️ Bump @typescript-eslint/parser from 5.59.8 to 5.60.0 by @dependabot in +- ⬆️ Bump @types/node from 20.2.5 to 20.3.1 by @dependabot in +- ⬆️ Bump @vscode/test-electron from 2.3.2 to 2.3.3 by @dependabot in +- ⬆️ Bump @vscode/vscode from 1.78.1 to 1.79.1 by @lsaudon in +- ⬆️ Bump sinon from 15.1.0 to 15.2.0 by @lsaudon in +- 💥 Set right type for settings by @lsaudon in + ## [1.4.1](https://github.com/lsaudon/l10nization/releases/tag/release-1.4.1) - 🐛 Crash when multiple variables diff --git a/package-lock.json b/package-lock.json index ddccada..1f9dbb2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "l10nization", - "version": "1.4.1", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "l10nization", - "version": "1.4.1", + "version": "2.0.0", "license": "MIT", "devDependencies": { "@types/chai": "^4.3.5", diff --git a/package.json b/package.json index ab31c91..e30b896 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "icon": "images/logo.png", "name": "l10nization", "displayName": "L10nization", - "version": "1.4.1", + "version": "2.0.0", "publisher": "lsaudon", "description": "A tool for extracting text to arb files in a Flutter application.", "author": {