@automattic/remove-asset-webpack-plugin 1.0.21 → 1.0.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.0.22] - 2024-08-30
9
+ ### Changed
10
+ - Updated package dependencies. [#39111]
11
+
8
12
  ## [1.0.21] - 2023-12-03
9
13
  ### Changed
10
14
  - Updated package dependencies. [#34427]
@@ -99,6 +103,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
103
  ### Added
100
104
  - Initial release.
101
105
 
106
+ [1.0.22]: https://github.com/Automattic/remove-asset-webpack-plugin/compare/v1.0.21...v1.0.22
102
107
  [1.0.21]: https://github.com/Automattic/remove-asset-webpack-plugin/compare/v1.0.20...v1.0.21
103
108
  [1.0.20]: https://github.com/Automattic/remove-asset-webpack-plugin/compare/v1.0.19...v1.0.20
104
109
  [1.0.19]: https://github.com/Automattic/remove-asset-webpack-plugin/compare/v1.0.18...v1.0.19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/remove-asset-webpack-plugin",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "description": "A Webpack plugin to remove assets from the build.",
5
5
  "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/remove-asset-webpack-plugin/README.md#readme",
6
6
  "bugs": {
@@ -21,11 +21,11 @@
21
21
  },
22
22
  "devDependencies": {
23
23
  "jest": "29.7.0",
24
- "webpack": "5.76.0",
24
+ "webpack": "5.94.0",
25
25
  "webpack-cli": "4.9.1"
26
26
  },
27
27
  "peerDependencies": {
28
- "webpack": "^5.8.0"
28
+ "webpack": "^5.94.0"
29
29
  },
30
30
  "exports": {
31
31
  ".": "./src/index.js"