Skip to content

Commit 3291284

Browse files
committed
Updated changelog.
1 parent 225a845 commit 3291284

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
# Change Log
2+
23
All notable changes to the "topper" extension will be documented in this file.
34

45
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
56

6-
## [Unreleased]
7-
- Initial release
7+
## [v0.0.3]
8+
9+
* Changed the extension's command from `extension.addTopHeader` to `topper.addTopHeader`. To make it easier for customized keybinding.
10+
11+
* Code cleanup.
12+
13+
## [v0.0.2]
14+
15+
* minor fixes.
16+
17+
## [v0.0.1]
18+
19+
* Initial release.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "topper",
33
"displayName": "topper",
44
"description": "A fileheader utility",
5-
"version": "0.0.2",
5+
"version": "0.0.3",
66
"publisher": "sidmishraw",
77
"engines": {
88
"vscode": "^1.13.0"

0 commit comments

Comments
 (0)