Skip to content

Commit

Permalink
chore(main): release 1.5.0 (#11)
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 Jan 7, 2025
1 parent 9032af5 commit 4d3d66f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.5.0](https://github.com/storacha/public-r2-bucket/compare/v1.4.0...v1.5.0) (2025-01-07)


### Features

* **worker:** add tracing to bucket, when parent context is present ([#9](https://github.com/storacha/public-r2-bucket/issues/9)) ([494bc2d](https://github.com/storacha/public-r2-bucket/commit/494bc2dc10d51347190dbba24dae465d7007e7fe))

## [1.4.0](https://github.com/storacha-network/public-r2-bucket/compare/v1.3.0...v1.4.0) (2024-06-21)


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.4.0",
"version": "1.5.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 4d3d66f

Please sign in to comment.