Skip to content

Commit

Permalink
Release 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kyungmi.k committed Aug 16, 2018
1 parent b218a02 commit fec710a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]

## [v4.1.1] - 2018-08-16
### Changed
- Upgrade [`eslint-config-airbnb-base` to v13.1.0](https://github.com/airbnb/javascript/blob/master/packages/eslint-config-airbnb-base/CHANGELOG.md#1310--2018-08-13)
- Upgrade [`eslint-config-airbnb` to v17.1.0](https://github.com/airbnb/javascript/blob/master/packages/eslint-config-airbnb/CHANGELOG.md#1710--2018-08-13)
Expand All @@ -24,7 +26,8 @@
### Removed
- Clear up all exceptional rules

[Unreleased]: https://github.com/ridi/eslint-config/compare/v4.1.0...HEAD
[Unreleased]: https://github.com/ridi/eslint-config/compare/v4.1.1...HEAD
[v4.1.0]: https://github.com/ridi/eslint-config/compare/v4.1.0...v4.1.1
[v4.1.0]: https://github.com/ridi/eslint-config/compare/v4.0.1...v4.1.0
[v4.0.1]: https://github.com/ridi/eslint-config/compare/v4.0.0...v4.0.1
[v4.0.0]: https://github.com/ridi/eslint-config/compare/v3.0.0...v4.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ridi/eslint-config",
"version": "4.1.0",
"version": "4.1.1",
"description": "RIDI's ESLint configs for Javascript",
"main": "index.js",
"files": [
Expand Down

0 comments on commit fec710a

Please sign in to comment.