Skip to content

Commit d7b2f14

Browse files
committed
Fix 1.4.2 changelog
1 parent d83407a commit d7b2f14

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ 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.4.2] - 2024-07-??
8+
## [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
915

1016
### Fixed
1117

package.json

+1-1
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.4.2",
5+
"version": "1.4.3",
66
"engines": {
77
"vscode": "^1.86.0"
88
},

0 commit comments

Comments
 (0)