Skip to content

Commit aa3f37e

Browse files
Update docs version
1 parent ea1c141 commit aa3f37e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## version 0.0.23
3+
## version 0.0.24
44

55
## Env Command
66
Added a new command to simplify the export of environment variables. Environment variables can be defined in a blueprint readme, after the blueprint has completed
@@ -58,6 +58,8 @@ To set the variable to the command line the user can either copy and paste the o
5858
eval $(shipyard env)
5959
```
6060

61+
## Bugfixes
62+
* Update terminal server in Docs, there was a bug with the latest Chrome where the terminal was not immediately displaying the terminal.
6163

6264
## version 0.0.20
6365

pkg/providers/docs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
const docsImageName = "shipyardrun/docs"
16-
const docsVersion = "v0.0.6"
16+
const docsVersion = "v0.0.7"
1717

1818
const terminalImageName = "shipyardrun/terminal-server"
1919
const terminalVersion = "latest"

0 commit comments

Comments
 (0)