Skip to content

Commit 3b3396a

Browse files
chore(release): 0.3.0 [skip ci]
# [0.3.0](v0.2.0...v0.3.0) (2019-10-11) ### Features * **ci:** implement github actions, semantic release ([#5](#5)) ([2320ccd](2320ccd))
1 parent 2320ccd commit 3b3396a

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# [0.3.0](https://github.com/Neovici/github-actions-eslint-annotator/compare/v0.2.0...v0.3.0) (2019-10-11)
2+
3+
4+
### Features
5+
6+
* **ci:** implement github actions, semantic release ([#5](https://github.com/Neovici/github-actions-eslint-annotator/issues/5)) ([2320ccd](https://github.com/Neovici/github-actions-eslint-annotator/commit/2320ccd6ad888c0c5af832f8c152fc1cd5f79336))

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.2.0",
3+
"version": "0.3.0",
44
"description": "Create ESLint Checks when running in Github Actions",
55
"bin": "./index.js",
66
"main": "index.js",

0 commit comments

Comments
 (0)