File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed
packages/docs/site/docs/main Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,23 @@ All notable changes to this project are documented in this file by a CI job
4
4
that runs on every NPM release. The file follows the [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ )
5
5
format.
6
6
7
+ ## [ v2.0.5] (2025-07-28)
8
+
9
+ ### Bug Fixes
10
+
11
+ - Fix fcntl() F_GETLK fatal due to undefined flock struct address. ([ #2432 ] ( https://github.com/WordPress/wordpress-playground/pull/2432 ) )
12
+
13
+ ### Various
14
+
15
+ - Add Japanese translations to contributing index and sidebar. ([ #2434 ] ( https://github.com/WordPress/wordpress-playground/pull/2434 ) )
16
+
17
+ ### Contributors
18
+
19
+ The following contributors merged PRs in this release:
20
+
21
+ @brandonpayton @shimotmk
22
+
23
+
7
24
## [ v2.0.4] (2025-07-25)
8
25
9
26
### Public API
Original file line number Diff line number Diff line change @@ -9,6 +9,23 @@ All notable changes to this project are documented in this file by a CI job
9
9
that runs on every NPM release. The file follows the [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ )
10
10
format.
11
11
12
+ ## [ v2.0.5] (2025-07-28)
13
+
14
+ ### Bug Fixes
15
+
16
+ - Fix fcntl() F_GETLK fatal due to undefined flock struct address. ([ #2432 ] ( https://github.com/WordPress/wordpress-playground/pull/2432 ) )
17
+
18
+ ### Various
19
+
20
+ - Add Japanese translations to contributing index and sidebar. ([ #2434 ] ( https://github.com/WordPress/wordpress-playground/pull/2434 ) )
21
+
22
+ ### Contributors
23
+
24
+ The following contributors merged PRs in this release:
25
+
26
+ @brandonpayton @shimotmk
27
+
28
+
12
29
## [ v2.0.4] (2025-07-25)
13
30
14
31
### Public API
You can’t perform that action at this time.
0 commit comments