We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d83407a commit d7b2f14Copy full SHA for d7b2f14
CHANGELOG.md
@@ -5,7 +5,13 @@ All notable changes to the Inkpot GC VSC extension will be documented in this fi
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
-## [1.4.2] - 2024-07-??
+## [1.4.3] - 2024-06-30
9
+
10
+### Fixed
11
12
+- 1.4.2 release date in changelog.
13
14
+## [1.4.2] - 2024-06-30
15
16
### Fixed
17
package.json
@@ -2,7 +2,7 @@
2
"name": "inkpot-gc-vsc",
3
"displayName": "Inkpot GC VSC",
4
"description": "Gynvael Coldwind's inkpot_gc theme for GVim/Sublime ported to the VS Code.",
- "version": "1.4.2",
+ "version": "1.4.3",
"engines": {
"vscode": "^1.86.0"
},
0 commit comments