From bc3b034b59a034b4aa47b8a9e74f48fe0e14e997 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 8 Dec 2019 23:24:27 -0800 Subject: [PATCH] Bump to v2.19.1 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4b13c27c..da83f1386 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel ## [Unreleased] +## [2.19.1] - 2019-12-08 +### Fixed +- [`no-extraneous-dependencies`]: ensure `node.source` exists + ## [2.19.0] - 2019-12-08 ### Added - [`internal-regex`]: regex pattern for marking packages "internal" ([#1491], thanks [@Librazy]) @@ -851,7 +855,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/v2.19.0...HEAD +[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v2.19.1...HEAD +[2.19.1]: https://github.com/benmosher/eslint-plugin-import/compare/v2.19.0...v2.19.1 [2.19.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.18.2...v2.19.0 [2.18.2]: https://github.com/benmosher/eslint-plugin-import/compare/v2.18.1...v2.18.2 [2.18.1]: https://github.com/benmosher/eslint-plugin-import/compare/v2.18.0...v2.18.1 diff --git a/package.json b/package.json index 728758b92..e19615974 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-import", - "version": "2.19.0", + "version": "2.19.1", "description": "Import with sanity.", "engines": { "node": ">=4"