Skip to content

Commit 997c0a2

Browse files
Version Packages (#725)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4e46bbd commit 997c0a2

File tree

5 files changed

+19
-11
lines changed

5 files changed

+19
-11
lines changed

.changeset/witty-rings-compare.md

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

packages/edge-config/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @vercel/edge-config
22

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- 3057a36: gracefully handle when an empty string is supplied as the key
8+
9+
- `get("")` will return `undefined`
10+
- `has("")` will return `false`
11+
- `getAll(["a", ""])` will ignore the empty string
12+
313
## 1.2.0
414

515
### Minor Changes

packages/edge-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vercel/edge-config",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Ultra-low latency data at the edge",
55
"homepage": "https://vercel.com",
66
"repository": {

test/next/CHANGELOG.md

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

3+
## 0.2.17
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3057a36]
8+
- @vercel/edge-config@1.2.1
9+
310
## 0.2.16
411

512
### 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.16",
3+
"version": "0.2.17",
44
"private": true,
55
"scripts": {
66
"build": "next build",

0 commit comments

Comments
 (0)