From 18da1504de710a8ac85df2be819142f23437905a Mon Sep 17 00:00:00 2001 From: mattmaniak <72657016+mattmaniak@users.noreply.github.com> Date: Wed, 5 Jun 2024 13:29:14 +0200 Subject: [PATCH] Fixes in package.json --- CHANGELOG.md | 8 ++++++++ package.json | 12 ++---------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99df92b..3e7dd31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to the Inkpot GC VSC extension will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.3] - 2024-06-05 + +### Added +- A license type in `package.json`. + +### Fixed +- Keywords limitation to 5 in `package.json` as mentioned in the Extension Manifest's docs. + ## [1.1.2] - 2024-06-05 ### Changed diff --git a/package.json b/package.json index 6e9789e..592e451 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "inkpot-gc-vsc", "displayName": "Inkpot GC VSC", "description": "Gynvael Coldwind's inkpot_gc theme for GVim/Sublime ported to the VS Code.", - "version": "1.1.2", + "version": "1.1.3", "engines": { "vscode": "^1.86.0" }, @@ -15,23 +15,15 @@ "url": "https://github.com/mattmaniak/inkpot-gc-vsc/issues" }, "publisher": "mattmaniak", + "license": "The Unlicense", "categories": [ "Themes" ], "keywords": [ - "coldwind", - "coldwind theme", "dark", "dark theme", - "gyn theme", - "gynvael", - "gynvael coldwind", - "gynvael coldwind theme", - "gynvael theme", "inkpot", "inkpot gc", - "inkpot gc theme", - "inkpot theme", "theme" ], "contributes": {