From 0bce05f3e63be56af0f2fa2e7adfb9eaf080f213 Mon Sep 17 00:00:00 2001 From: lsaudon Date: Fri, 28 Oct 2022 23:38:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=200.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d740e6..b9897d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.1.1] + +### Changed + +- Disable Open VSX + ## [0.1.0] ### Added diff --git a/README.md b/README.md index 26dd622..f068249 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # L10nization README -"Lionization" is a tool for extracting text to arb files in a Flutter application. +"L10nization" is a tool for extracting text to arb files in a Flutter application. ## Features diff --git a/package-lock.json b/package-lock.json index 0cabcf8..bc1d74d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "l10nization", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "l10nization", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "devDependencies": { "@types/glob": "^8.0.0", diff --git a/package.json b/package.json index 5e19944..9832169 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "icon": "images/logo.png", "name": "l10nization", "displayName": "L10nization", - "version": "0.1.0", + "version": "0.1.1", "publisher": "lsaudon", "description": "A tool for extracting text to arb files in a Flutter application.", "author": {