Skip to content

Commit

Permalink
chore(main): release 6.4.0 (#133)
Browse files Browse the repository at this point in the history
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
  • Loading branch information
token-generator-app[bot] authored Jan 9, 2024
1 parent d1061b4 commit b666247
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [6.4.0](https://github.com/netlify/blobs/compare/v6.3.1...v6.4.0) (2024-01-09)


### Features

* add `connectLambda` method ([#128](https://github.com/netlify/blobs/issues/128)) ([d1061b4](https://github.com/netlify/blobs/commit/d1061b4e559865557f1ebc758e09a4ac35ade209))


### Bug Fixes

* copy temp file to prevent `EXDEV: cross-device link not permitted` ([#132](https://github.com/netlify/blobs/issues/132)) ([61b4ee6](https://github.com/netlify/blobs/commit/61b4ee668381dbf7e83179f93cd42a20f412b892))

## [6.3.1](https://github.com/netlify/blobs/compare/v6.3.0...v6.3.1) (2023-11-24)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/blobs",
"version": "6.3.1",
"version": "6.4.0",
"description": "A JavaScript client for the Netlify Blob Store",
"type": "module",
"engines": {
Expand Down

0 comments on commit b666247

Please sign in to comment.