Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#3)
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] committed May 16, 2024
1 parent 747d9e5 commit f317cb8
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.1.0](https://github.com/w3s-project/public-r2-bucket/compare/v1.0.0...v1.1.0) (2024-05-16)


### Features

* encode bucket name in domain ([#2](https://github.com/w3s-project/public-r2-bucket/issues/2)) ([747d9e5](https://github.com/w3s-project/public-r2-bucket/commit/747d9e53409c14afb4dbd5207c5eec69a97492b7))

## 1.0.0 (2024-05-16)


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": "public-r2-bucket",
"version": "1.0.0",
"version": "1.1.0",
"description": "Cloudflare worker allowing read access (with byte range request support) to R2 buckets.",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit f317cb8

Please sign in to comment.