Skip to content

Commit 18da150

Browse files
committed
Fixes in package.json
1 parent 030613f commit 18da150

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to the Inkpot GC VSC extension will be documented in this fi
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.3] - 2024-06-05
9+
10+
### Added
11+
- A license type in `package.json`.
12+
13+
### Fixed
14+
- Keywords limitation to 5 in `package.json` as mentioned in the Extension Manifest's docs.
15+
816
## [1.1.2] - 2024-06-05
917

1018
### Changed

package.json

+2-10
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "inkpot-gc-vsc",
33
"displayName": "Inkpot GC VSC",
44
"description": "Gynvael Coldwind's inkpot_gc theme for GVim/Sublime ported to the VS Code.",
5-
"version": "1.1.2",
5+
"version": "1.1.3",
66
"engines": {
77
"vscode": "^1.86.0"
88
},
@@ -15,23 +15,15 @@
1515
"url": "https://github.com/mattmaniak/inkpot-gc-vsc/issues"
1616
},
1717
"publisher": "mattmaniak",
18+
"license": "The Unlicense",
1819
"categories": [
1920
"Themes"
2021
],
2122
"keywords": [
22-
"coldwind",
23-
"coldwind theme",
2423
"dark",
2524
"dark theme",
26-
"gyn theme",
27-
"gynvael",
28-
"gynvael coldwind",
29-
"gynvael coldwind theme",
30-
"gynvael theme",
3125
"inkpot",
3226
"inkpot gc",
33-
"inkpot gc theme",
34-
"inkpot theme",
3527
"theme"
3628
],
3729
"contributes": {

0 commit comments

Comments
 (0)