diff --git a/resolvers/webpack/CHANGELOG.md b/resolvers/webpack/CHANGELOG.md index 434826b79..5d278df45 100644 --- a/resolvers/webpack/CHANGELOG.md +++ b/resolvers/webpack/CHANGELOG.md @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com). ## Unreleased + + +## 0.8.0 - 2016-12-15 ### Changed - bumped `resolve` to fix issues with Node builtins (thanks [@SkeLLLa] and [@ljharb]) - allow `enhanced-resolve` to be version `>= 2` (thanks [@Kovensky]) diff --git a/resolvers/webpack/package.json b/resolvers/webpack/package.json index 856e16fd3..bad5c657c 100644 --- a/resolvers/webpack/package.json +++ b/resolvers/webpack/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-webpack", - "version": "0.7.1", + "version": "0.8.0", "description": "Resolve paths to dependencies, given a webpack.config.js. Plugin for eslint-plugin-import.", "main": "index.js", "scripts": {