Skip to content

Commit 98b3e17

Browse files
committed
chore(release): v1.17.1
1 parent 914bfbf commit 98b3e17

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## v1.17.1
6+
7+
[compare changes](https://github.com/unjs/unstorage/compare/v1.17.0...v1.17.1)
8+
9+
### 🩹 Fixes
10+
11+
- **prefixStorage:** Strip prefix from `keys()` ([#666](https://github.com/unjs/unstorage/pull/666))
12+
- **vercel-blob:** Expose driver `options` ([#671](https://github.com/unjs/unstorage/pull/671))
13+
14+
### 📖 Documentation
15+
16+
- **redis:** Update github links and cluster warning ([#667](https://github.com/unjs/unstorage/pull/667))
17+
18+
### 📦 Build
19+
20+
- Allow `@vercel/functions` v3 as peer dep ([8bb9943](https://github.com/unjs/unstorage/commit/8bb9943))
21+
22+
### 🏡 Chore
23+
24+
- Update deps ([a7f09d9](https://github.com/unjs/unstorage/commit/a7f09d9))
25+
- Update lockfile ([c888a96](https://github.com/unjs/unstorage/commit/c888a96))
26+
27+
### ❤️ Contributors
28+
29+
- Connor Pearson ([@cjpearson](https://github.com/cjpearson))
30+
- Pooya Parsa ([@pi0](https://github.com/pi0))
31+
- Sébastien Chopin <seb@nuxt.com>
32+
- Rihan ([@RihanArfan](https://github.com/RihanArfan))
33+
534
## v1.17.0
635

736
[compare changes](https://github.com/unjs/unstorage/compare/v1.16.1...v1.17.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unstorage",
3-
"version": "1.17.0",
3+
"version": "1.17.1",
44
"description": "Universal Storage Layer",
55
"homepage": "https://unstorage.unjs.io",
66
"repository": "unjs/unstorage",

0 commit comments

Comments
 (0)