Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2020-03-05)

### Bug Fixes

* hide files with no error/warning ([a72ee31](a72ee31))

### Features

* add auto fixable hint ([eecb5c9](eecb5c9))
* add summary ([06841e6](06841e6))
* colorize error symbol ([0e6e9de](0e6e9de))
* initialize formatter ([e59a5b7](e59a5b7))
  • Loading branch information
semantic-release-bot committed Mar 5, 2020
1 parent 89b7544 commit 98a42bf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 1.0.0 (2020-03-05)


### Bug Fixes

* hide files with no error/warning ([a72ee31](https://github.com/fengzilong/eslint-formatter-mo/commit/a72ee31b6a59debdb96616e12b0e47eda87e400d))


### Features

* add auto fixable hint ([eecb5c9](https://github.com/fengzilong/eslint-formatter-mo/commit/eecb5c9ab677763f10ff75d37477b7c6f7b359e2))
* add summary ([06841e6](https://github.com/fengzilong/eslint-formatter-mo/commit/06841e69fbe7e3eb29227ec85fe9b4e16b972b6f))
* colorize error symbol ([0e6e9de](https://github.com/fengzilong/eslint-formatter-mo/commit/0e6e9de1939eb3c9b71194c1bca905232c77ce87))
* initialize formatter ([e59a5b7](https://github.com/fengzilong/eslint-formatter-mo/commit/e59a5b7c9f6ab95e18afb510ea30ccd7387ee65d))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-formatter-mo",
"description": "",
"version": "0.1.4",
"version": "1.0.0",
"main": "lib/index.js",
"files": [
"lib"
Expand Down

0 comments on commit 98a42bf

Please sign in to comment.