Skip to content

Commit a14fbbd

Browse files
committed
Update changelogs [skip ci]
1 parent 06f659f commit a14fbbd

File tree

4 files changed

+20
-22
lines changed

4 files changed

+20
-22
lines changed

common/changes/@rushstack/module-minifier-plugin/clean-up-tests_2022-02-09-02-47.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@rushstack/module-minifier-plugin/module-minifier-hash_2022-02-16-00-50.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

webpack/module-minifier-plugin/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@rushstack/module-minifier-plugin",
33
"entries": [
4+
{
5+
"version": "0.8.0",
6+
"tag": "@rushstack/module-minifier-plugin_v0.8.0",
7+
"date": "Thu, 17 Feb 2022 00:32:30 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Include plugin state in webpack hash calculations, such that updating the plugin options changes the compilation and chunk hashes."
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "0.7.1",
618
"tag": "@rushstack/module-minifier-plugin_v0.7.1",

webpack/module-minifier-plugin/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log - @rushstack/module-minifier-plugin
22

3-
This log was last generated on Fri, 11 Feb 2022 10:30:25 GMT and should not be manually modified.
3+
This log was last generated on Thu, 17 Feb 2022 00:32:30 GMT and should not be manually modified.
4+
5+
## 0.8.0
6+
Thu, 17 Feb 2022 00:32:30 GMT
7+
8+
### Minor changes
9+
10+
- Include plugin state in webpack hash calculations, such that updating the plugin options changes the compilation and chunk hashes.
411

512
## 0.7.1
613
Fri, 11 Feb 2022 10:30:25 GMT

0 commit comments

Comments
 (0)