From b2184f083a16c1e1a7f078def628865ac9a9dca9 Mon Sep 17 00:00:00 2001 From: Ben Mosher Date: Sun, 17 Jul 2016 16:43:34 -0400 Subject: [PATCH] bump v1.11.0 --- CHANGELOG.md | 7 +++++-- package.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e18095833..9013c8dbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com). ## [Unreleased] + +## [1.11.0] - 2016-07-17 ### Added -- Added an `peerDependencies` option to [`no-extraneous-dependencies`] to allow/forbid peer dependencies ([#423], [#428]). +- Added an `peerDependencies` option to [`no-extraneous-dependencies`] to allow/forbid peer dependencies ([#423], [#428], thanks [@jfmengels]!). ### Fixed - [`newline-after-import`] exception for multiple `require`s in an arrow @@ -321,7 +323,8 @@ for info on changes for earlier releases. [#119]: https://github.com/benmosher/eslint-plugin-import/issues/119 [#89]: https://github.com/benmosher/eslint-plugin-import/issues/89 -[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v1.10.3...HEAD +[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v1.11.0...HEAD +[1.11.0]: https://github.com/benmosher/eslint-plugin-import/compare/v1.10.3...v1.11.0 [1.10.3]: https://github.com/benmosher/eslint-plugin-import/compare/v1.10.2...v1.10.3 [1.10.2]: https://github.com/benmosher/eslint-plugin-import/compare/v1.10.1...v1.10.2 [1.10.1]: https://github.com/benmosher/eslint-plugin-import/compare/v1.10.0...v1.10.1 diff --git a/package.json b/package.json index dc1bc4fc5..13a9b5eac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-import", - "version": "1.10.3", + "version": "1.11.0", "description": "Import with sanity.", "main": "lib/index.js", "directories": {