Skip to content

Commit 44d8577

Browse files
chore(release): 0.4.0 [skip ci]
# [0.4.0](v0.3.0...v0.4.0) (2020-02-27) ### Features * eslint 6.0.0 compatibility ([2c92230](2c92230)) * post chunked annotations ([04ee203](04ee203)) * use neutral status when there are warnings ([fbf0a80](fbf0a80))
1 parent f243884 commit 44d8577

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [0.4.0](https://github.com/Neovici/github-actions-eslint-annotator/compare/v0.3.0...v0.4.0) (2020-02-27)
2+
3+
4+
### Features
5+
6+
* eslint 6.0.0 compatibility ([2c92230](https://github.com/Neovici/github-actions-eslint-annotator/commit/2c92230bba105149f7a86346232af60c73a2439f))
7+
* post chunked annotations ([04ee203](https://github.com/Neovici/github-actions-eslint-annotator/commit/04ee2037ba59253e990f0024315efeeb59c28643))
8+
* use neutral status when there are warnings ([fbf0a80](https://github.com/Neovici/github-actions-eslint-annotator/commit/fbf0a803ceed2fe615b02000b36722722c820b37))
9+
110
# [0.3.0](https://github.com/Neovici/github-actions-eslint-annotator/compare/v0.2.0...v0.3.0) (2019-10-11)
211

312

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neovici/github-actions-eslint-annotator",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Create ESLint Checks when running in Github Actions",
55
"bin": "./index.js",
66
"main": "index.js",

0 commit comments

Comments
 (0)