We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d713f0 + 0c2a5cf commit e2bb365Copy full SHA for e2bb365
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.2.0](https://github.com/w3s-project/public-r2-bucket/compare/v1.1.0...v1.2.0) (2024-05-17)
4
+
5
6
+### Features
7
8
+* deploy to npm ([a43103a](https://github.com/w3s-project/public-r2-bucket/commit/a43103a843fa31762954fa943b102082c913ce6c))
9
10
## [1.1.0](https://github.com/w3s-project/public-r2-bucket/compare/v1.0.0...v1.1.0) (2024-05-16)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@web3-storage/public-r2-bucket",
- "version": "1.1.0",
+ "version": "1.2.0",
"description": "Cloudflare worker allowing read access (with byte range request support) to R2 buckets.",
"main": "src/worker.js",
"type": "module",
0 commit comments