Skip to content

Commit

Permalink
bump utils to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher committed Mar 30, 2018
1 parent ed719a3 commit 82f67e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions utils/CHANGELOG.md
Expand Up @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com).

## Unreleased

## v2.2.0 - 2018-03-29
### Changed
- `parse`: attach node locations by default.
- `moduleVisitor`: visitor now gets the full `import` statement node as a second
Expand Down
2 changes: 1 addition & 1 deletion utils/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-module-utils",
"version": "2.1.1",
"version": "2.2.0",
"description": "Core utilities to support eslint-plugin-import and other module-related plugins.",
"engines": {
"node": ">=4"
Expand Down

0 comments on commit 82f67e6

Please sign in to comment.