Skip to content

Commit

Permalink
chore(main): release 3.0.0 (#23)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[3.0.0](v2.0.3...v3.0.0)
(2023-05-02)


### ⚠ BREAKING CHANGES

* CARs returned for cid+path will now be rooted at the root cid rather
than the resovled cid for the end of the path and include all blocks
needed to verify the path was traveresed correctly.

### Features

* support ?car-scope and verifiable paths for format=car
([#21](#21))
([7593a2f](7593a2f))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 2, 2023
1 parent 7593a2f commit b0760cc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [3.0.0](https://github.com/web3-storage/gateway-lib/compare/v2.0.3...v3.0.0) (2023-05-02)


### ⚠ BREAKING CHANGES

* CARs returned for cid+path will now be rooted at the root cid rather than the resovled cid for the end of the path and include all blocks needed to verify the path was traveresed correctly.

### Features

* support ?car-scope and verifiable paths for format=car ([#21](https://github.com/web3-storage/gateway-lib/issues/21)) ([7593a2f](https://github.com/web3-storage/gateway-lib/commit/7593a2f4572065e44c599cc887e039d7956107dc))

## [2.0.3](https://github.com/web3-storage/gateway-lib/compare/v2.0.2...v2.0.3) (2023-03-14)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-storage/gateway-lib",
"version": "2.0.3",
"version": "3.0.0",
"description": "Shared library of components for building an IPFS gateway in Cloudflare workers.",
"main": "src/index.js",
"type": "module",
Expand Down

0 comments on commit b0760cc

Please sign in to comment.