Skip to content

Commit 3994f7a

Browse files
committed
Updated version number to 0.0.5.
1 parent b8135ff commit 3994f7a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ The format is based on [Keep a Changelog][Keep a Changelog], and this project ad
1818
- Added install-vsce step for CI.
1919
- Added install-rimraf step for CI.
2020
- Added npm install step.
21+
- Added development steps until CI automation is in place.
2122

2223
### Changed
2324

documentation/development/development.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ Until the CI automation is in place following steps may be followed:
1313
- CHANGELOG.md.
1414
- package.json.
1515
- vsix file name.
16+
- Upload vsix file to release.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-cse-framework",
33
"displayName": "cse-framework",
44
"description": "VSCode extension for cse repositories - provides templates, snippets, etc.",
5-
"version": "0.0.4",
5+
"version": "0.0.5",
66
"publisher": "manas-talukdar",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)