Skip to content

Commit

Permalink
fix: fix interface syntax in TS
Browse files Browse the repository at this point in the history
  • Loading branch information
webdiscus committed Apr 11, 2023
1 parent 0adeb69 commit b40c372
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## UNRELEASED

## 1.0.3 (2023-04-11)
- fix: fix interface syntax in TS
- fix: `options` in constructor now is optional parameter in types for TS.

## 1.0.2 (2023-04-07)
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": "webpack-remove-empty-scripts",
"version": "1.0.2",
"version": "1.0.3",
"description": "Plugin for Webpack 5 to remove empty JavaScript files generated when using only styles in Webpack entry.",
"keywords": [
"webpack",
Expand Down

0 comments on commit b40c372

Please sign in to comment.