Skip to content

Commit 0c6dd48

Browse files
Update changelog files
1 parent a1ea497 commit 0c6dd48

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/env/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 5.1.1 (2022-08-16)
6+
57
### Bug Fix
68
- Fix a crash when "core" was set to `null` in a `.wp-env.json` file. We now use the latest stable WordPress version in that case. This also restores the previous behavior of `"core": null` in `.wp-env.override.json`, which was to use the latest stable WordPress version.
79

packages/env/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wordpress/env",
3-
"version": "5.1.0",
3+
"version": "5.1.1-prerelease",
44
"description": "A zero-config, self contained local WordPress environment for development and testing.",
55
"author": "The WordPress Contributors",
66
"license": "GPL-2.0-or-later",

0 commit comments

Comments
 (0)