Skip to content

Commit 180d71a

Browse files
committed
bump plugin to v2.9.0
1 parent 0231c78 commit 180d71a

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
55

66
## [Unreleased]
77

8+
## [2.9.0] - 2018-02-21
9+
### Added
810
- Add [`group-exports`] rule: style-guide rule to report use of multiple named exports ([#721], thanks [@robertrossmann])
911
- Add [`no-self-import`] rule: forbids a module from importing itself. ([#727], [#449], [#447], thanks [@giodamelio]).
12+
- Add [`no-default-export`] rule ([#889], thanks [@isiahmeadows])
13+
- ... and more! check the commits for v[2.9.0]
1014

1115
## [2.8.0] - 2017-10-18
1216
### Added
13-
- [`no-default-export`] rule ([#889], thanks [@isiahmeadows])
1417
- [`exports-last`] rule ([#620] + [#632], thanks [@k15a])
1518

1619
### Changed
@@ -576,7 +579,8 @@ for info on changes for earlier releases.
576579
[#119]: https://github.com/benmosher/eslint-plugin-import/issues/119
577580
[#89]: https://github.com/benmosher/eslint-plugin-import/issues/89
578581

579-
[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v2.8.0...HEAD
582+
[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v2.9.0...HEAD
583+
[2.9.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.8.0...v2.9.0
580584
[2.8.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.7.0...v2.8.0
581585
[2.7.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.6.1...v2.7.0
582586
[2.6.1]: https://github.com/benmosher/eslint-plugin-import/compare/v2.6.0...v2.6.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-import",
3-
"version": "2.8.0",
3+
"version": "2.9.0",
44
"description": "Import with sanity.",
55
"engines": {
66
"node": ">=4"

0 commit comments

Comments
 (0)