Skip to content

Commit

Permalink
Updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
sidmishraw committed Jan 15, 2018
1 parent 225a845 commit 3291284
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# Change Log

All notable changes to the "topper" extension will be documented in this file.

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

## [Unreleased]
- Initial release
## [v0.0.3]

* Changed the extension's command from `extension.addTopHeader` to `topper.addTopHeader`. To make it easier for customized keybinding.

* Code cleanup.

## [v0.0.2]

* minor fixes.

## [v0.0.1]

* Initial release.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "topper",
"displayName": "topper",
"description": "A fileheader utility",
"version": "0.0.2",
"version": "0.0.3",
"publisher": "sidmishraw",
"engines": {
"vscode": "^1.13.0"
Expand Down

0 comments on commit 3291284

Please sign in to comment.