Skip to content

Commit f5b30c9

Browse files
Version Packages (#768)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 37d84ef commit f5b30c9

File tree

6 files changed

+17
-12
lines changed

6 files changed

+17
-12
lines changed

.changeset/nice-tools-destroy.md

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

.changeset/pretty-tomatoes-jump.md

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

packages/blob/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @vercel/blob
22

3+
## 0.24.1
4+
5+
### Patch Changes
6+
7+
- 37d84ef: Throw specific error (BlobContentTypeNotAllowed) when file type doesn't match
8+
- da87e89: Fix bad detection of Request being a plain object
9+
310
## 0.24.0
411

512
### Minor Changes

packages/blob/package.json

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

test/next/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# vercel-storage-integration-test-suite
22

3+
## 0.2.20
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [37d84ef]
8+
- Updated dependencies [da87e89]
9+
- @vercel/blob@0.24.1
10+
311
## 0.2.19
412

513
### Patch Changes

test/next/package.json

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

0 commit comments

Comments
 (0)