Skip to content

Commit feab875

Browse files
authored
Merge pull request #79 from cloudflare/changeset-release/main
Version Packages
2 parents 86af2aa + 53d0449 commit feab875

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/orange-keys-chew.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @cloudflare/containers
22

3+
## 0.0.28
4+
5+
### Patch Changes
6+
7+
- 1a6c6d9: add function overload to startAndWaitForPorts()
8+
9+
You can now use `startAndWaitForPorts({startOptions: {envVars: {FOO:"BAR"}}})` instead of `startAndWaitForPorts(undefined, {}, {envVars: {FOO:"BAR"}})`, although that is still supported.
10+
311
## 0.0.27
412

513
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/containers",
3-
"version": "0.0.27",
3+
"version": "0.0.28",
44
"description": "Helper class for container-enabled Durable Objects",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)