Skip to content

Commit

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


##
[2.15.0](v2.14.0...v2.15.0)
(2024-01-17)


### Features

* tsconfig.json uses module=NodeNext, and package.json supports being
imported ([#95](#95))
([0ba2dec](0ba2dec))


### Bug Fixes

* allow dag-json traversal
([7660cf1](7660cf1))

---
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 Jan 17, 2024
1 parent 7660cf1 commit 6178793
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.15.0](https://github.com/web3-storage/freeway/compare/v2.14.0...v2.15.0) (2024-01-17)


### Features

* tsconfig.json uses module=NodeNext, and package.json supports being imported ([#95](https://github.com/web3-storage/freeway/issues/95)) ([0ba2dec](https://github.com/web3-storage/freeway/commit/0ba2dec7b34ccaeef4a328a2af4da55742395beb))


### Bug Fixes

* allow dag-json traversal ([7660cf1](https://github.com/web3-storage/freeway/commit/7660cf136508dcf9c49c0f9ac47e5b1782cb4fc4))

## [2.14.0](https://github.com/web3-storage/freeway/compare/v2.13.1...v2.14.0) (2023-12-12)


Expand Down
4 changes: 2 additions & 2 deletions 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": "freeway",
"version": "2.14.0",
"version": "2.15.0",
"description": "An IPFS gateway for accessing UnixFS data via CAR CIDs",
"main": "src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit 6178793

Please sign in to comment.