File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to the Inkpot GC VSC extension will be documented in this fi
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
16
## [ 1.1.2] - 2024-06-05
9
17
10
18
### Changed
Original file line number Diff line number Diff line change 2
2
"name" : " inkpot-gc-vsc" ,
3
3
"displayName" : " Inkpot GC VSC" ,
4
4
"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 " ,
6
6
"engines" : {
7
7
"vscode" : " ^1.86.0"
8
8
},
15
15
"url" : " https://github.com/mattmaniak/inkpot-gc-vsc/issues"
16
16
},
17
17
"publisher" : " mattmaniak" ,
18
+ "license" : " The Unlicense" ,
18
19
"categories" : [
19
20
" Themes"
20
21
],
21
22
"keywords" : [
22
- " coldwind" ,
23
- " coldwind theme" ,
24
23
" dark" ,
25
24
" dark theme" ,
26
- " gyn theme" ,
27
- " gynvael" ,
28
- " gynvael coldwind" ,
29
- " gynvael coldwind theme" ,
30
- " gynvael theme" ,
31
25
" inkpot" ,
32
26
" inkpot gc" ,
33
- " inkpot gc theme" ,
34
- " inkpot theme" ,
35
27
" theme"
36
28
],
37
29
"contributes" : {
You can’t perform that action at this time.
0 commit comments