Skip to content

Commit 047c8f1

Browse files
committed
bump version to 0.0.4
1 parent 53bae18 commit 047c8f1

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +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
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
1319

1420
### Added
1521

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
"name": "vscode-elixir-credo",
33
"publisher": "pantajoe",
44
"author": {
5-
"name": "Joe Pantazidis"
5+
"name": "pantajoe",
6+
"url": "https://www.github.com/pantajoe"
67
},
78
"displayName": "Elixir Linter (Credo)",
89
"description": "VSC Support for Elixir linter 'Credo'.",
9-
"version": "0.0.3",
10+
"version": "0.0.4",
1011
"engines": {
1112
"vscode": "^1.47.0"
1213
},

0 commit comments

Comments
 (0)