Skip to content

Commit

Permalink
chore(release): 4.7.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.7.1](v4.7.0...v4.7.1) (2022-02-03)

### Bug Fixes

* Typescript error with "noImplicitAny" ([071385c](071385c)), closes [#141](#141)
  • Loading branch information
semantic-release-bot committed Feb 3, 2022
1 parent 071385c commit 556f631
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 556f631

Please sign in to comment.