File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
None
11
11
12
- ## [ 0.0.3] - 2020-10-24
12
+ ## [ 0.0.4] - 2020-10-26
13
+
14
+ ### Added
15
+
16
+ - Added keywords ` elixir ` , ` credo ` , ` linter ` to the extension's ` package.json ` to make easier to find
17
+
18
+ ## [ 0.0.3] - 2020-10-25
13
19
14
20
### Added
15
21
Original file line number Diff line number Diff line change 2
2
"name" : " vscode-elixir-credo" ,
3
3
"publisher" : " pantajoe" ,
4
4
"author" : {
5
- "name" : " Joe Pantazidis"
5
+ "name" : " pantajoe" ,
6
+ "url" : " https://www.github.com/pantajoe"
6
7
},
7
8
"displayName" : " Elixir Linter (Credo)" ,
8
9
"description" : " VSC Support for Elixir linter 'Credo'." ,
9
- "version" : " 0.0.3 " ,
10
+ "version" : " 0.0.4 " ,
10
11
"engines" : {
11
12
"vscode" : " ^1.47.0"
12
13
},
You can’t perform that action at this time.
0 commit comments