Skip to content

Commit 69e3d2b

Browse files
committed
bump version to 0.2.0
1 parent e041315 commit 69e3d2b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
None.
11+
12+
## [0.2.0] - 2021-01-12
13+
1014
### Added
1115

1216
- Added a configuration option `ignoreWarningMessages` in order to be able to ignore the following warning messages (especially if they come repeatedly, see #4):

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"displayName": "Elixir Linter (Credo)",
99
"description": "VSC Support for Elixir linter 'Credo'.",
10-
"version": "0.1.1",
10+
"version": "0.2.0",
1111
"engines": {
1212
"vscode": "^1.47.0"
1313
},

0 commit comments

Comments
 (0)