Skip to content

Commit e96c4e8

Browse files
Version Packages (#773)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 61b5939 commit e96c4e8

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/selfish-owls-thank.md

-5
This file was deleted.

packages/blob/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @vercel/blob
22

3+
## 0.25.0
4+
5+
### Minor Changes
6+
7+
- 61b5939: BREAKING CHANGE, we're no more accepting non-encoded versions of ?, # and // in pathnames. If you want to use such characters in your pathnames then you will need to encode them.
8+
39
## 0.24.1
410

511
### Patch Changes

packages/blob/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vercel/blob",
3-
"version": "0.24.1",
3+
"version": "0.25.0",
44
"description": "The Vercel Blob JavaScript API client",
55
"homepage": "https://vercel.com/storage/blob",
66
"repository": {

test/next/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# vercel-storage-integration-test-suite
22

3+
## 0.2.21
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [61b5939]
8+
- @vercel/blob@0.25.0
9+
310
## 0.2.20
411

512
### Patch Changes

test/next/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vercel-storage-integration-test-suite",
3-
"version": "0.2.20",
3+
"version": "0.2.21",
44
"private": true,
55
"scripts": {
66
"build": "next build",

0 commit comments

Comments
 (0)