Skip to content

Commit d96fa70

Browse files
committed
bump version to 0.0.3
1 parent 4690201 commit d96fa70

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
None
1111

12+
## [0.0.3] - 2020-10-24
13+
14+
### Added
15+
16+
- Include the execute path given in the extension's config into the env variable `PATH` of the `mix credo` command
17+
- It solves issues with specifying a path to the asdf-vm shims
18+
1219
## [0.0.2] - 2020-10-25
1320

1421
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"displayName": "Elixir Linter (Credo)",
88
"description": "VSC Support for Elixir linter 'Credo'.",
9-
"version": "0.0.2",
9+
"version": "0.0.3",
1010
"engines": {
1111
"vscode": "^1.47.0"
1212
},

0 commit comments

Comments
 (0)