Skip to content

Commit 508e25e

Browse files
committed
Updated to v0.0.2
1 parent eefd1b5 commit 508e25e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog][Keep a Changelog], and this project ad
66

77
## [Unreleased]
88

9+
## [0.0.2] - 2021-01-02
10+
11+
### Fixed
12+
13+
- Fixed missing snippets issue in extension package.
14+
915
## [0.0.1] - 2021-01-02
1016

1117
### Added

package.json

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

0 commit comments

Comments
 (0)