Skip to content

Commit 236b6c5

Browse files
committed
bump version to 0.0.5
1 parent c66ca02 commit 236b6c5

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
This extension allow you to insert timestamp, copyright or any information to your file like comment below
44

55
/*
6-
* Created on Sun Aug 07 2016 14:6:41
6+
* Created on Tue Feb 18 2020
77
*
8-
* Copyright (c) 2016 - Your Company
8+
* Copyright (c) 2020 - Your Company
99
*/
1010

1111
## Features
@@ -136,6 +136,8 @@ You can use parameters below in your template
136136

137137

138138
## Release Notes
139+
### 0.0.5
140+
- fixing python comment style (thanks to @ronak1009)
139141
### 0.0.4
140142
- support yaml, shellscript language (thanks to @waddyvic)
141143
- add day, month, hour, minute, second, filename parameter (thanks to @rcabg, @ternvein)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "fileheadercomment",
33
"displayName": "File Header Comment",
44
"description": "Insert File Header Comment such as date, time",
5-
"version": "0.0.4",
5+
"version": "0.0.5",
66
"publisher": "doi",
77
"engines": {
88
"vscode": "^1.0.0"

0 commit comments

Comments
 (0)