Skip to content

Commit

Permalink
🔖 release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yanni4night committed Feb 1, 2018
1 parent 414e628 commit 975943e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.3.0] - 2018-02-01
### Added
- `array-callback-return`

## [2.2.0] - 2018-02-01
### Added
- `no-lonely-if`
Expand All @@ -26,7 +30,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- initialize this project

[2.3.0]: https://github.com/super-fe/eslint-config-superfe-rn/compare/2.2.0...2.3.0
[2.2.0]: https://github.com/super-fe/eslint-config-superfe-rn/compare/2.1.0...2.2.0
[2.1.0]: https://github.com/super-fe/eslint-config-superfe-rn/compare/2.0.0...2.1.0
[2.0.0]: https://github.com/super-fe/eslint-config-superfe-rn/compare/1.0.0...2.0.0
[Unreleased]: https://github.com/super-fe/eslint-config-superfe-rn/compare/2.2.0...HEAD
[Unreleased]: https://github.com/super-fe/eslint-config-superfe-rn/compare/2.3.0...HEAD
1 change: 1 addition & 0 deletions eslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"no-with": 2,
"no-lonely-if": 2,
"no-useless-return": 2,
"array-callback-return": 2,
"prefer-promise-reject-errors": 2,
"no-param-reassign": 2,
"no-unused-vars": 2,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-superfe-hn",
"version": "2.2.0",
"version": "2.3.0",
"description": "Eslint configration for Super-FE's HTML-Native apps",
"scripts": {
"test": "eslint index.js -c eslint.json",
Expand Down

0 comments on commit 975943e

Please sign in to comment.