Skip to content

Commit 1339396

Browse files
Version Packages (#885)
1 parent 664d8e3 commit 1339396

5 files changed

Lines changed: 9 additions & 8 deletions

File tree

‎.changeset/decode-mounted-r2-object-keys.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.9
4+
5+
### Patch Changes
6+
7+
- [#877](https://github.com/cloudflare/sandbox-sdk/pull/877) [`664d8e3`](https://github.com/cloudflare/sandbox-sdk/commit/664d8e36d22f2b8f286a9cac90551113afdb316c) Thanks [@scuffi](https://github.com/scuffi)! - Allow mounted R2 buckets to open object keys containing spaces, symbols, percent signs, and non-ASCII characters.
8+
39
## 0.12.8
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.8",
3+
"version": "0.12.9",
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.8';
6+
export const SDK_VERSION = '0.12.9';

0 commit comments

Comments
 (0)