Skip to content

Commit b40c372

Browse files
committed
fix: fix interface syntax in TS
1 parent 0adeb69 commit b40c372

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
## UNRELEASED
2-
1+
## 1.0.3 (2023-04-11)
2+
- fix: fix interface syntax in TS
33
- fix: `options` in constructor now is optional parameter in types for TS.
44

55
## 1.0.2 (2023-04-07)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-remove-empty-scripts",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Plugin for Webpack 5 to remove empty JavaScript files generated when using only styles in Webpack entry.",
55
"keywords": [
66
"webpack",

0 commit comments

Comments
 (0)