Skip to content

Commit 3dcbb88

Browse files
committed
release 0.0.2
1 parent f58667f commit 3dcbb88

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## [Unreleased]
88

9+
## [0.0.2] - 2021-08-14
10+
### Changed
11+
- Fix missing closing brackets
12+
913
## [0.0.1] - 2021-07-20
1014
### Added
1115
- Tab-completion support for Perl5 functions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"Snippets",
1616
"Code Completion"
1717
],
18-
"version": "0.0.1",
18+
"version": "0.0.2",
1919
"engines": {
2020
"vscode": "^1.58.0"
2121
},

0 commit comments

Comments
 (0)