From 1f97a67f46ef1ec9560ff525a73612371eb7efd3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 10:30:53 +0100 Subject: [PATCH] chore(main): release 1.0.0 (#1) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..05523c4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## 1.0.0 (2024-05-16) + + +### Features + +* add routes ([39d2f27](https://github.com/w3s-project/public-r2-bucket/commit/39d2f27fc1f144f742fb3caf9a7292d8840fe091)) +* initial commit ([02a7fbe](https://github.com/w3s-project/public-r2-bucket/commit/02a7fbec4ec6d2677d4035e830e90df837538f1a)) +* trigger build ([597886d](https://github.com/w3s-project/public-r2-bucket/commit/597886dc047023033a4cbeeb7637991c1bd8f050)) +* upgrade release please action ([2db67ee](https://github.com/w3s-project/public-r2-bucket/commit/2db67eeb00ad3859389c2aecd6a57c6c39dd7d9a)) + + +### Bug Fixes + +* actions ([2022fc8](https://github.com/w3s-project/public-r2-bucket/commit/2022fc85d9c1b8dfe23bd4d39f5f38240cc32f42)) +* actions permissions ([acc5624](https://github.com/w3s-project/public-r2-bucket/commit/acc5624dbf4054d48b74f38a59d5ad87da504d8f)) diff --git a/package.json b/package.json index 9c72d5c..ea4d443 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "public-r2-bucket", - "version": "0.0.0", + "version": "1.0.0", "description": "Cloudflare worker allowing read access (with byte range request support) to R2 buckets.", "main": "index.js", "type": "module",