File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44This change log adheres to standards from [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
55
66## [ Unreleased]
7+
8+
9+ ## [ 2.7.0] - 2017-07-06
710### Changed
811- [ ` no-absolute-path ` ] picks up speed boost, optional AMD support ([ #843 ] , thansk [ @jseminck ] )
912
@@ -539,7 +542,8 @@ for info on changes for earlier releases.
539542[ #119 ] : https://github.com/benmosher/eslint-plugin-import/issues/119
540543[ #89 ] : https://github.com/benmosher/eslint-plugin-import/issues/89
541544
542- [ Unreleased ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.6.1...HEAD
545+ [ Unreleased ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.7.0...HEAD
546+ [ 2.7.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.6.1...v2.7.0
543547[ 2.6.1 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.6.0...v2.6.1
544548[ 2.6.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.5.0...v2.6.0
545549[ 2.5.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.4.0...v2.5.0
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-import" ,
3- "version" : " 2.6.1 " ,
3+ "version" : " 2.7.0 " ,
44 "description" : " Import with sanity." ,
55 "engines" : {
66 "node" : " >=4"
8282 "debug" : " ^2.6.8" ,
8383 "doctrine" : " 1.5.0" ,
8484 "eslint-import-resolver-node" : " ^0.3.1" ,
85- "eslint-module-utils" : " ^2.0.0 " ,
85+ "eslint-module-utils" : " ^2.1.1 " ,
8686 "has" : " ^1.0.1" ,
8787 "lodash.cond" : " ^4.3.0" ,
8888 "minimatch" : " ^3.0.3" ,
You can’t perform that action at this time.
0 commit comments