diff --git a/CHANGELOG.md b/CHANGELOG.md index 8264efa..214b124 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/w3s-project/public-r2-bucket/compare/v1.2.0...v1.2.1) (2024-05-17) + + +### Bug Fixes + +* not private ([8d713f0](https://github.com/w3s-project/public-r2-bucket/commit/8d713f0a33372eef22142ee31d16d3bfe0b58494)) + ## [1.2.0](https://github.com/w3s-project/public-r2-bucket/compare/v1.1.0...v1.2.0) (2024-05-17) diff --git a/package.json b/package.json index a4c05ac..1134b08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/public-r2-bucket", - "version": "1.2.0", + "version": "1.2.1", "description": "Cloudflare worker allowing read access (with byte range request support) to R2 buckets.", "main": "src/worker.js", "type": "module",