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 51c08e3 commit 9305eccCopy full SHA for 9305ecc
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.0.5] - 2020-10-27
13
+
14
+### Changed
15
16
+- Improved the warning message when the `mix` command does not work.
17
18
## [0.0.4] - 2020-10-26
19
20
### Added
package.json
@@ -7,7 +7,7 @@
7
},
8
"displayName": "Elixir Linter (Credo)",
"description": "VSC Support for Elixir linter 'Credo'.",
- "version": "0.0.4",
+ "version": "0.0.5",
"engines": {
"vscode": "^1.47.0"
0 commit comments