From 63819194fa591a196d2ae22fccccca3e6a815a19 Mon Sep 17 00:00:00 2001 From: Moritz Date: Wed, 9 Oct 2024 09:57:49 -0400 Subject: [PATCH] Prepare for publish (#69) * Prepare for publish * Adapt changelog --- CHANGELOG.md | 2 +- package-lock.json | 4 ++-- package.json | 7 ++++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fb8a2a..6735e43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to the "arbeditor" extension will be documented in this file Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. -## [0.1.0] +## [0.2.0] - Fix [#62](https://github.com/google/arb-editor/issues/62). - Fix quick fix of placeholder/key [#66](https://github.com/google/arb-editor/issues/66). diff --git a/package-lock.json b/package-lock.json index 89e3b37..2fe57fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "arb-editor", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "arb-editor", - "version": "0.1.0", + "version": "0.2.0", "license": "Apache-2.0", "dependencies": { "jsonc-parser": "^3.2.1", diff --git a/package.json b/package.json index 45b16f0..3abd9b6 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publisher": "Google", "displayName": "ARB Editor", "description": "Editor for Application Resource Bundle files, used for localization.", - "version": "0.1.0", + "version": "0.2.0", "engines": { "vscode": "^1.89.0" }, @@ -49,7 +49,9 @@ "anyOf": [ { "type": "string", - "enum": ["all"], + "enum": [ + "all" + ], "description": "Suppress all warnings in arbEditor." }, { @@ -89,7 +91,6 @@ "i18n", "internationalization" ], - "scripts": { "vscode:prepublish": "npm run compile", "compile": "tsc -p ./",