Skip to content

Commit

Permalink
chore(release): v1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 31, 2024
1 parent 48c3f89 commit 36f003f
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a.hywax@gmail.com>
- 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 <renato.ac.lacerda@gmail.com>

## v1.12.0

[compare changes](https://github.com/unjs/unstorage/compare/v1.11.1...v1.12.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unstorage",
"version": "1.12.0",
"version": "1.13.0",
"description": "Universal Storage Layer",
"repository": "unjs/unstorage",
"license": "MIT",
Expand Down

0 comments on commit 36f003f

Please sign in to comment.