Skip to content

Commit 359ef4b

Browse files
committed
Moved to 1.0.3
1 parent d3b6481 commit 359ef4b

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,9 @@
1818
- Now displays notification when command `Generate Header` is run but the extension isn't enabled
1919

2020
### Fixed
21-
- Extension is now enabling itself according to the config, not always setting itself to disabled
21+
- Extension is now enabling itself according to the config, not always setting itself to disabled
22+
23+
## [1.0.3] - 15-01-2020
24+
25+
### Added
26+
- The changelog file is now maintained

file-header-generator-1.0.3.vsix

23 KB
Binary file not shown.

out/extension.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "file-header-generator",
33
"displayName": "File Header Generator",
44
"description": "Automatically creates (and maintains) file headers for multiple languages.",
5-
"version": "1.0.2",
5+
"version": "1.0.3",
66
"publisher": "Lut99",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)