forked from unjs/unstorage
-
Notifications
You must be signed in to change notification settings - Fork 0
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
36 additions
and
2 deletions.
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,40 @@ | |
|
||
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.5.0 | ||
|
||
[compare changes](https://github.com/unjs/unstorage/compare/v1.4.1...v1.5.0) | ||
|
||
|
||
### 🚀 Enhancements | ||
|
||
- **drivers:** Added session storage driver ([#179](https://github.com/unjs/unstorage/pull/179)) | ||
- **lru-cache:** Upgrade to lru-cache v9 ([5b8fc62](https://github.com/unjs/unstorage/commit/5b8fc62)) | ||
|
||
### 🩹 Fixes | ||
|
||
- Removed duplicate line ([#190](https://github.com/unjs/unstorage/pull/190)) | ||
- **planetscale:** Fix `hasItem` ([#200](https://github.com/unjs/unstorage/pull/200)) | ||
- **github:** Optional properties ([#196](https://github.com/unjs/unstorage/pull/196)) | ||
- **cloudflare:** Allow lazy access to env bindings ([#202](https://github.com/unjs/unstorage/pull/202)) | ||
|
||
### 📖 Documentation | ||
|
||
- Fix typo ([#201](https://github.com/unjs/unstorage/pull/201)) | ||
|
||
### 🏡 Chore | ||
|
||
- **release:** V1.4.1 ([38b3dbe](https://github.com/unjs/unstorage/commit/38b3dbe)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Pooya Parsa ([@pi0](http://github.com/pi0)) | ||
- Dave Stewart <[email protected]> | ||
- Winton Welsh ([@winton](http://github.com/winton)) | ||
- Steady Gaze | ||
- Corentin THOMASSET <[email protected]> | ||
- Tejas Magade ([@thetejasmagade](http://github.com/thetejasmagade)) | ||
|
||
## v1.4.1 | ||
|
||
[compare changes](https://github.com/unjs/unstorage/compare/v1.4.0...v1.4.1) | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "unstorage", | ||
"version": "1.4.1", | ||
"version": "1.5.0", | ||
"description": "Universal Storage Layer", | ||
"repository": "unjs/unstorage", | ||
"license": "MIT", | ||
|
@@ -123,4 +123,4 @@ | |
} | ||
}, | ||
"packageManager": "[email protected]" | ||
} | ||
} |