Skip to content

Commit 2dd1476

Browse files
Version Packages (#868)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ae6a900 commit 2dd1476

5 files changed

Lines changed: 9 additions & 8 deletions

File tree

‎.changeset/secure-credential-proxy-copy-source.md‎

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

‎package-lock.json‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/sandbox/CHANGELOG.md‎

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

3+
## 0.12.6
4+
5+
### Patch Changes
6+
7+
- [#866](https://github.com/cloudflare/sandbox-sdk/pull/866) [`ae6a900`](https://github.com/cloudflare/sandbox-sdk/commit/ae6a9006f696e86782bae07e0c6ae2234974f82e) Thanks [@scuffi](https://github.com/scuffi)! - Enforce mounted bucket and prefix boundaries for server-side copy operations when using `credentialProxy`.
8+
39
## 0.12.5
410

511
### Patch Changes

‎packages/sandbox/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/sandbox",
3-
"version": "0.12.5",
3+
"version": "0.12.6",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/cloudflare/sandbox-sdk"

‎packages/sandbox/src/version.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
* This file is auto-updated by .github/changeset-version.ts during releases
44
* DO NOT EDIT MANUALLY - Changes will be overwritten on the next version bump
55
*/
6-
export const SDK_VERSION = '0.12.5';
6+
export const SDK_VERSION = '0.12.6';

0 commit comments

Comments
 (0)