Skip to content

Commit

Permalink
chore(main): release 1.3.0 (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 3, 2024
1 parent f63e26b commit 4588546
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.3.0](https://github.com/w3s-project/public-r2-bucket/compare/v1.2.1...v1.3.0) (2024-06-03)


### Features

* batching byte getter ([f63e26b](https://github.com/w3s-project/public-r2-bucket/commit/f63e26b17a37e94aa6a6effa7d39f28cf78957f9))
* use public-bucket lib ([7d75c93](https://github.com/w3s-project/public-r2-bucket/commit/7d75c9386872a3aeea3329e9b7b33598f78c4a9c))

## [1.2.1](https://github.com/w3s-project/public-r2-bucket/compare/v1.2.0...v1.2.1) (2024-05-17)


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": "@web3-storage/public-r2-bucket",
"version": "1.2.1",
"version": "1.3.0",
"description": "Cloudflare worker allowing read access (with byte range request support) to R2 buckets.",
"main": "src/worker.js",
"type": "module",
Expand Down

0 comments on commit 4588546

Please sign in to comment.