Skip to content

Commit

Permalink
bump utils to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher committed Jan 22, 2019
1 parent 1e4100d commit 20a8f3b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down
10 changes: 10 additions & 0 deletions utils/CHANGELOG.md
Expand Up @@ -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.
Expand All @@ -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
2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit 20a8f3b

Please sign in to comment.