From 20a8f3b178377bb92e3310b21b3d91b8753fe3a3 Mon Sep 17 00:00:00 2001 From: Ben Mosher Date: Tue, 22 Jan 2019 06:58:34 -0500 Subject: [PATCH] bump utils to v2.3.0 --- package.json | 2 +- utils/CHANGELOG.md | 10 ++++++++++ utils/package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f13598aa8..21c375734 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "debug": "^2.6.9", "doctrine": "1.5.0", "eslint-import-resolver-node": "^0.3.2", - "eslint-module-utils": "^2.2.0", + "eslint-module-utils": "^2.3.0", "has": "^1.0.3", "lodash": "^4.17.11", "minimatch": "^3.0.4", diff --git a/utils/CHANGELOG.md b/utils/CHANGELOG.md index 018fd3066..cb86dc225 100644 --- a/utils/CHANGELOG.md +++ b/utils/CHANGELOG.md @@ -5,6 +5,10 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel ## Unreleased +## v2.3.0 - 2019-01-22 +### Fixed +- use `process.hrtime()` for cache dates ([#1160], thanks [@hulkish]) + ## v2.2.0 - 2018-03-29 ### Changed - `parse`: attach node locations by default. @@ -30,3 +34,9 @@ Yanked due to critical issue with cache key resulting from #839. ### Fixed - `unambiguous.test()` regex is now properly in multiline mode + + + +[#1160]: https://github.com/benmosher/eslint-plugin-import/pull/1160 + +[@hulkish]: https://github.com/hulkish diff --git a/utils/package.json b/utils/package.json index 360cc7613..c380b6e2b 100644 --- a/utils/package.json +++ b/utils/package.json @@ -1,6 +1,6 @@ { "name": "eslint-module-utils", - "version": "2.2.0", + "version": "2.3.0", "description": "Core utilities to support eslint-plugin-import and other module-related plugins.", "engines": { "node": ">=4"