diff --git a/CHANGELOG.md b/CHANGELOG.md index 77297ac..a0927e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.7.1](https://github.com/Izhaki/nodemon-webpack-plugin/compare/v4.7.0...v4.7.1) (2022-02-03) + + +### Bug Fixes + +* Typescript error with "noImplicitAny" ([071385c](https://github.com/Izhaki/nodemon-webpack-plugin/commit/071385c549e1ec4400d00320bf33034b46546b2b)), closes [#141](https://github.com/Izhaki/nodemon-webpack-plugin/issues/141) + # [4.7.0](https://github.com/Izhaki/nodemon-webpack-plugin/compare/v4.6.0...v4.7.0) (2021-11-29) diff --git a/package.json b/package.json index b92fb8c..09d8ec2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodemon-webpack-plugin", - "version": "4.7.0", + "version": "4.7.1", "description": "A webpack plugin that starts and reloads a server using Nodemon.", "main": "dist/index.js", "types": "typings.d.ts",