@wordpress/readable-js-assets-webpack-plugin 2.1.0 → 2.1.1-next.4d3b314fd5.0

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/package.json +2 -2
  2. package/CHANGELOG.md +0 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/readable-js-assets-webpack-plugin",
3
- "version": "2.1.0",
3
+ "version": "2.1.1-next.4d3b314fd5.0",
4
4
  "description": "Generate a readable JS file for each JS asset.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -33,5 +33,5 @@
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "23e136283fa1d3b8d9d8b33869f871ad5eb77726"
36
+ "gitHead": "25054766423cb49d959eb656c2533530073ff5c2"
37
37
  }
package/CHANGELOG.md DELETED
@@ -1,11 +0,0 @@
1
- <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. -->
2
-
3
- ## Unreleased
4
-
5
- ## 2.1.0 (2022-09-21)
6
-
7
- ## 2.0.0 (2022-08-24)
8
-
9
- ### Breaking Change
10
-
11
- - Increase the minimum Node.js version to 14 ([#43141](https://github.com/WordPress/gutenberg/pull/43141)).