Skip to content

Commit 0bcbc8f

Browse files
committed
fix: phoenix changelog
1 parent abd6630 commit 0bcbc8f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/phoenix/src/meta/versions.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,17 @@
1818
*/
1919
export const SHELL_VERSIONS = [
2020
{
21-
v: '0.2.5',
21+
v: '0.2.6',
2222
changes: [
2323
'add PDE execution from /admin/Public/bin',
2424
]
2525
},
26+
{
27+
v: '0.2.5',
28+
changes: [
29+
'fixed app command provider exit',
30+
]
31+
},
2632
{
2733
v: '0.2.4',
2834
changes: [

0 commit comments

Comments
 (0)