diff --git a/utils/CHANGELOG.md b/utils/CHANGELOG.md index 013c6998a..cc9bc051b 100644 --- a/utils/CHANGELOG.md +++ b/utils/CHANGELOG.md @@ -6,6 +6,11 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel ## Unreleased +## v2.1.1 - 2017-06-22 + +Re-releasing v2.1.0 after vetting (again) and unable to reproduce issue. + + ## v2.1.0 - 2017-06-02 [YANKED] Yanked due to critical issue with cache key resulting from #839. diff --git a/utils/package.json b/utils/package.json index 665422ffe..b961179db 100644 --- a/utils/package.json +++ b/utils/package.json @@ -1,6 +1,6 @@ { "name": "eslint-module-utils", - "version": "2.1.0", + "version": "2.1.1", "description": "Core utilities to support eslint-plugin-import and other module-related plugins.", "engines": { "node": ">=4"