@wordpress/env 11.2.0 → 11.3.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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/env",
3
- "version": "11.2.0",
3
+ "version": "11.3.0",
4
4
  "description": "A zero-config, self contained local WordPress environment for development and testing.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -63,5 +63,5 @@
63
63
  "scripts": {
64
64
  "test": "echo \"Error: run tests from root\" && exit 1"
65
65
  },
66
- "gitHead": "c20787b1778ae64c2db65643b1c236309d68e6ba"
66
+ "gitHead": "2cea90674d11aa521ec3f71652fb3a6a4c383969"
67
67
  }