Skip to content

Commit d6cb77f

Browse files
Version Packages (#1003)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5a9fe23 commit d6cb77f

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/sharp-games-carry.md

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

packages/cookies/CHANGELOG.md

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

3+
## 5.0.1
4+
5+
### Patch Changes
6+
7+
- fix(cookies): set options when deleting cookies ([#890](https://github.com/vercel/edge-runtime/pull/890))
8+
39
## 5.0.0
410

511
### Major Changes

packages/cookies/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@edge-runtime/cookies",
33
"description": "Cookie helpers compatible with Edge Runtime",
44
"homepage": "https://edge-runtime.vercel.app/packages/cookies",
5-
"version": "5.0.0",
5+
"version": "5.0.1",
66
"main": "dist/index.js",
77
"module": "dist/index.mjs",
88
"repository": {

0 commit comments

Comments
 (0)