From 72eea6a3c651354a24a76d54c70ba321804aba93 Mon Sep 17 00:00:00 2001 From: Komatsu Naoya Date: Mon, 2 Dec 2024 13:28:08 +0900 Subject: [PATCH] update for version 1.2.1 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0482995..191b058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log All notable changes to the "tjs-vscode" extension will be documented in this file. +## [1.2.1] +- Remove unnecessary files + ## [1.2.0] - Support color picker for color literals like 0xRRGGBB and 0xAARRGGBB diff --git a/package.json b/package.json index 30d8e5e..cd86d2d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "tjs-vscode", "displayName": "TJS", "description": "%tjs.description%", - "version": "1.2.0", + "version": "1.2.1", "publisher": "Biscrat", "license": "MIT", "icon": "images/tjsicon.png",