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 1a3ec12 commit 97a3013Copy full SHA for 97a3013
CHANGELOG.md
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
None
11
12
+## [0.1.1] - 2020-11-24
13
+
14
+### Fixed
15
16
+- If the issue was found with the issue's `trigger`, include its last character.
17
18
## [0.1.0] - 2020-11-24
19
20
### Added
package.json
@@ -7,7 +7,7 @@
7
},
8
"displayName": "Elixir Linter (Credo)",
"description": "VSC Support for Elixir linter 'Credo'.",
- "version": "0.1.0",
+ "version": "0.1.1",
"engines": {
"vscode": "^1.47.0"
0 commit comments