diff --git a/common/changes/@rushstack/module-minifier-plugin/dmichon-module-minifier-typings_2020-07-14-21-01.json b/common/changes/@rushstack/module-minifier-plugin/dmichon-module-minifier-typings_2020-07-14-21-01.json deleted file mode 100644 index 34e078f292..0000000000 --- a/common/changes/@rushstack/module-minifier-plugin/dmichon-module-minifier-typings_2020-07-14-21-01.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/module-minifier-plugin", - "comment": "Fix external typings", - "type": "patch" - } - ], - "packageName": "@rushstack/module-minifier-plugin", - "email": "dmichon-msft@users.noreply.github.com" -} \ No newline at end of file diff --git a/webpack/module-minifier-plugin/CHANGELOG.json b/webpack/module-minifier-plugin/CHANGELOG.json index 1f4558ecad..48d92051f2 100644 --- a/webpack/module-minifier-plugin/CHANGELOG.json +++ b/webpack/module-minifier-plugin/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/module-minifier-plugin", "entries": [ + { + "version": "0.1.1", + "tag": "@rushstack/module-minifier-plugin_v0.1.1", + "date": "Tue, 14 Jul 2020 21:49:38 GMT", + "comments": { + "patch": [ + { + "comment": "Fix external typings" + } + ] + } + }, { "version": "0.1.0", "tag": "@rushstack/module-minifier-plugin_v0.1.0", diff --git a/webpack/module-minifier-plugin/CHANGELOG.md b/webpack/module-minifier-plugin/CHANGELOG.md index e559e3f165..a194fd5f48 100644 --- a/webpack/module-minifier-plugin/CHANGELOG.md +++ b/webpack/module-minifier-plugin/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @rushstack/module-minifier-plugin -This log was last generated on Sat, 11 Jul 2020 00:08:09 GMT and should not be manually modified. +This log was last generated on Tue, 14 Jul 2020 21:49:38 GMT and should not be manually modified. + +## 0.1.1 +Tue, 14 Jul 2020 21:49:38 GMT + +### Patches + +- Fix external typings ## 0.1.0 Sat, 11 Jul 2020 00:08:09 GMT