Skip to content

Commit 70d86e3

Browse files
authoredAug 26, 2024
chore(main): release 8.0.1 (#190)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 9a52f10 commit 70d86e3

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [8.0.1](https://github.com/netlify/blobs/compare/v8.0.0...v8.0.1) (2024-08-19)
4+
5+
6+
### Bug Fixes
7+
8+
* 404ing list results should return empty iterators, not throw ([#189](https://github.com/netlify/blobs/issues/189)) ([1da860d](https://github.com/netlify/blobs/commit/1da860dcc54cd33dddddcd8a78ea2f68a1cf523e))
9+
310
## [8.0.0](https://github.com/netlify/blobs/compare/v7.4.0...v8.0.0) (2024-07-03)
411

512

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/blobs",
3-
"version": "8.0.0",
3+
"version": "8.0.1",
44
"description": "A JavaScript client for the Netlify Blob Store",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)