diff --git a/CHANGELOG.md b/CHANGELOG.md index d24034f..6fb4aee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [0.5.7](https://github.com/webpack/json-loader/compare/v0.5.6...v0.5.7) (2017-07-22) + + +### Bug Fixes + +* Strip deprecation warning ([#58](https://github.com/webpack/json-loader/issues/58)) ([a2cf6c6](https://github.com/webpack/json-loader/commit/a2cf6c6)) + + + ## [0.5.6](https://github.com/webpack/json-loader/compare/v0.5.5...v0.5.6) (2017-07-22) diff --git a/package-lock.json b/package-lock.json index c51fd0d..c65b48d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "json-loader", - "version": "0.5.6", + "version": "0.5.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 177dacd..2bdad48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-loader", - "version": "0.5.6", + "version": "0.5.7", "author": "Tobias Koppers @sokra", "description": "json loader module for webpack", "license": "MIT",