From 2a8c1b13783674c0e8dcccd4590017f802a4fd2d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 13:56:12 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05523c4..6e4f6e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index ea4d443..79384d2 100644 --- a/package.json +++ b/package.json @@ -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",