diff --git a/.changeset/tame-impalas-behave.md b/.changeset/tame-impalas-behave.md deleted file mode 100644 index 6a7f6205..00000000 --- a/.changeset/tame-impalas-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vercel/sandbox": patch ---- - -Single API call to run, wait and get logs of command diff --git a/packages/sandbox/CHANGELOG.md b/packages/sandbox/CHANGELOG.md index 56ff2fec..b2f36e73 100644 --- a/packages/sandbox/CHANGELOG.md +++ b/packages/sandbox/CHANGELOG.md @@ -1,5 +1,12 @@ # sandbox +## 3.2.3 + +### Patch Changes + +- Updated dependencies [[`387675a3b46819e46362c359aed4b397065a180f`](https://github.com/vercel/sandbox/commit/387675a3b46819e46362c359aed4b397065a180f)]: + - @vercel/sandbox@2.2.2 + ## 3.2.2 ### Patch Changes diff --git a/packages/sandbox/docs/index.md b/packages/sandbox/docs/index.md index b1a30e3d..6bd495dd 100644 --- a/packages/sandbox/docs/index.md +++ b/packages/sandbox/docs/index.md @@ -1,7 +1,7 @@ ## `sandbox --help` ``` -sandbox 3.2.2 +sandbox 3.2.3 ▲ sandbox [options] diff --git a/packages/sandbox/package.json b/packages/sandbox/package.json index 76009d74..8a107b96 100644 --- a/packages/sandbox/package.json +++ b/packages/sandbox/package.json @@ -1,7 +1,7 @@ { "name": "sandbox", "description": "Command line interface for Vercel Sandbox", - "version": "3.2.2", + "version": "3.2.3", "scripts": { "clean": "rm -rf node_modules dist", "sandbox": "ts-node ./src/sandbox.ts", diff --git a/packages/vercel-sandbox/CHANGELOG.md b/packages/vercel-sandbox/CHANGELOG.md index 64e946da..20890b61 100644 --- a/packages/vercel-sandbox/CHANGELOG.md +++ b/packages/vercel-sandbox/CHANGELOG.md @@ -1,5 +1,11 @@ # @vercel/sandbox +## 2.2.2 + +### Patch Changes + +- Single API call to run, wait and get logs of command ([#223](https://github.com/vercel/sandbox/pull/223)) + ## 2.2.1 ### Patch Changes diff --git a/packages/vercel-sandbox/package.json b/packages/vercel-sandbox/package.json index 9feb456a..b34e5dbc 100644 --- a/packages/vercel-sandbox/package.json +++ b/packages/vercel-sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@vercel/sandbox", - "version": "2.2.1", + "version": "2.2.2", "description": "Software Development Kit for Vercel Sandbox", "type": "module", "main": "dist/index.cjs", diff --git a/packages/vercel-sandbox/src/version.ts b/packages/vercel-sandbox/src/version.ts index 70b04ccc..19416a6d 100644 --- a/packages/vercel-sandbox/src/version.ts +++ b/packages/vercel-sandbox/src/version.ts @@ -1,2 +1,2 @@ // Autogenerated by inject-version.ts -export const VERSION = "2.2.1"; +export const VERSION = "2.2.2";