Skip to content

Commit

Permalink
Fixes in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmaniak committed Jun 5, 2024
1 parent 030613f commit 18da150
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 2 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -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": {
Expand Down

0 comments on commit 18da150

Please sign in to comment.