Skip to content

Commit

Permalink
chore(release): v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 28, 2023
1 parent e8e0fad commit 75b8f35
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 1 deletion.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,54 @@

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.2.0

[compare changes](https://github.com/unjs/unstorage/compare/v1.1.5...v1.2.0)


### 🚀 Enhancements

- `mongodb` driver ([#155](https://github.com/unjs/unstorage/pull/155))
- `azure-storage-blob` driver ([#154](https://github.com/unjs/unstorage/pull/154))
- `azure-cosmos` driver ([#158](https://github.com/unjs/unstorage/pull/158))
- `azure-key-vault` driver ([#159](https://github.com/unjs/unstorage/pull/159))
- `azure-app-configuration` driver ([#156](https://github.com/unjs/unstorage/pull/156))
- `azure-storage-table` ([#148](https://github.com/unjs/unstorage/pull/148))
- `getMount` and `getMounts` utils ([#167](https://github.com/unjs/unstorage/pull/167))
- Allow passing transaction options to drivers ([#168](https://github.com/unjs/unstorage/pull/168))
- **redis:** Support native `ttl` ([#169](https://github.com/unjs/unstorage/pull/169))
- `http` and server improvements ([#170](https://github.com/unjs/unstorage/pull/170))

### 🩹 Fixes

- **redis:** Fix clear method ([#163](https://github.com/unjs/unstorage/pull/163))

### 💅 Refactors

- **redis:** Driver improvements ([#160](https://github.com/unjs/unstorage/pull/160))

### 📖 Documentation

- Start splitting docs ([6bca2a8](https://github.com/unjs/unstorage/commit/6bca2a8))
- Add docs website ([#166](https://github.com/unjs/unstorage/pull/166))

### 🏡 Chore

- Remove unused dependencies ([#153](https://github.com/unjs/unstorage/pull/153))
- Add vercel.json ([10d2610](https://github.com/unjs/unstorage/commit/10d2610))

### ✅ Tests

- Add unit test for redis driver ([#164](https://github.com/unjs/unstorage/pull/164))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Sébastien Chopin <[email protected]>
- Jan-Henrik Damaschke <[email protected]>
- Jamwong-ecosa <[email protected]>
- Daniel Roe <[email protected]>

## v1.1.5

[compare changes](https://github.com/unjs/unstorage/compare/v1.1.4...v1.1.5)
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.1.5",
"version": "1.2.0",
"description": "Universal Storage Layer",
"repository": "unjs/unstorage",
"license": "MIT",
Expand Down

0 comments on commit 75b8f35

Please sign in to comment.