-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
39 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,44 @@ | |
|
||
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. | ||
|
||
## v1.13.0 | ||
|
||
[compare changes](https://github.com/unjs/unstorage/compare/v1.12.0...v1.13.0) | ||
|
||
### 🚀 Enhancements | ||
|
||
- Bump chokidar v4 ([#489](https://github.com/unjs/unstorage/pull/489)) | ||
- Add `null` driver ([#495](https://github.com/unjs/unstorage/pull/495)) | ||
|
||
### 🩹 Fixes | ||
|
||
- **cloudflare-kv:** Use min ttl of 60 seconds ([#496](https://github.com/unjs/unstorage/pull/496)) | ||
|
||
### 💅 Refactors | ||
|
||
- **netlify:** Support @netlify/blobs v8 and improve options types ([#486](https://github.com/unjs/unstorage/pull/486)) | ||
- **cli:** Migrate to `citty` ([#498](https://github.com/unjs/unstorage/pull/498)) | ||
|
||
### 📖 Documentation | ||
|
||
- Missing values return null, not undefined ([#487](https://github.com/unjs/unstorage/pull/487)) | ||
|
||
### 🏡 Chore | ||
|
||
- Update eslint config ([3dddf6c](https://github.com/unjs/unstorage/commit/3dddf6c)) | ||
- Update deps ([ee70d15](https://github.com/unjs/unstorage/commit/ee70d15)) | ||
- Update lockfile ([dca8dc9](https://github.com/unjs/unstorage/commit/dca8dc9)) | ||
- Revert msw back to 1.x ([cf7f3ce](https://github.com/unjs/unstorage/commit/cf7f3ce)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Alexander <[email protected]> | ||
- Pooya Parsa ([@pi0](http://github.com/pi0)) | ||
- ToBinio ([@ToBinio](http://github.com/ToBinio)) | ||
- V1rtl ([@talentlessguy](http://github.com/talentlessguy)) | ||
- Philippe Serhal ([@serhalp](http://github.com/serhalp)) | ||
- Renato Lacerda <[email protected]> | ||
|
||
## v1.12.0 | ||
|
||
[compare changes](https://github.com/unjs/unstorage/compare/v1.11.1...v1.12.0) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters