We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f58667f commit 3dcbb88Copy full SHA for 3dcbb88
CHANGELOG.md
@@ -6,6 +6,10 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
6
7
## [Unreleased]
8
9
+## [0.0.2] - 2021-08-14
10
+### Changed
11
+- Fix missing closing brackets
12
+
13
## [0.0.1] - 2021-07-20
14
### Added
15
- Tab-completion support for Perl5 functions
package.json
@@ -15,7 +15,7 @@
"Snippets",
16
"Code Completion"
17
],
18
- "version": "0.0.1",
+ "version": "0.0.2",
19
"engines": {
20
"vscode": "^1.58.0"
21
},
0 commit comments