Skip to content

Commit

Permalink
chore(release): v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed May 24, 2023
1 parent 33bc9c0 commit 271b7c9
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

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

[compare changes](https://github.com/unjs/unstorage/compare/v1.6.0...v1.6.1)


### 🩹 Fixes

- **prefixStorage:** Prefix `getItemRaw` and `setItemRaw` ([#232](https://github.com/unjs/unstorage/pull/232))
- **github:** FetchFiles should return files ([#229](https://github.com/unjs/unstorage/pull/229))

### 💅 Refactors

- Remove unused variable ([97d3e3e](https://github.com/unjs/unstorage/commit/97d3e3e))

### 🏡 Chore

- Update eslint ([4591831](https://github.com/unjs/unstorage/commit/4591831))

### ✅ Tests

- Skip cloudflare-kv-http on node >= 18 ([33bc9c0](https://github.com/unjs/unstorage/commit/33bc9c0))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Andrei Dyldin <and@cesbo.com>
- 魔王少年 <q267009886.work@gmail.com>

## v1.6.0

[compare changes](https://github.com/unjs/unstorage/compare/v1.5.0...v1.6.0)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unstorage",
"version": "1.6.0",
"version": "1.6.1",
"description": "Universal Storage Layer",
"repository": "unjs/unstorage",
"license": "MIT",
Expand Down Expand Up @@ -133,4 +133,4 @@
}
},
"packageManager": "pnpm@8.5.1"
}
}

0 comments on commit 271b7c9

Please sign in to comment.