Skip to content

Commit

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


##
[2.23.0](v2.22.1...v2.23.0)
(2025-01-09)


### Features

* **tracing:** enable setting a sampling ratio for tracing
([#143](#143))
([241545f](241545f))


### Bug Fixes

* **freeway:** enable tracing properly and resolve fetch issue
([#140](#140))
([c60037d](c60037d))
* handle options req for cors preflight
([#137](#137))
([79de5b1](79de5b1))

---
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 9, 2025
1 parent 4daf8a3 commit ac23911
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.23.0](https://github.com/storacha/freeway/compare/v2.22.1...v2.23.0) (2025-01-09)


### Features

* **tracing:** enable setting a sampling ratio for tracing ([#143](https://github.com/storacha/freeway/issues/143)) ([241545f](https://github.com/storacha/freeway/commit/241545fd42d98dcfa2ebe8332ec72837b4729c1b))


### Bug Fixes

* **freeway:** enable tracing properly and resolve fetch issue ([#140](https://github.com/storacha/freeway/issues/140)) ([c60037d](https://github.com/storacha/freeway/commit/c60037dfebea1c2a9e5b3075af2a0c0cf25772fe))
* handle options req for cors preflight ([#137](https://github.com/storacha/freeway/issues/137)) ([79de5b1](https://github.com/storacha/freeway/commit/79de5b12a31b1a5cd88062d7d188362d1ca8e4ae))

## [2.22.1](https://github.com/storacha/freeway/compare/v2.22.0...v2.22.1) (2024-12-20)


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.22.1",
"version": "2.23.0",
"description": "An IPFS gateway for accessing UnixFS data via CAR CIDs",
"keywords": [
"IPFS",
Expand Down

0 comments on commit ac23911

Please sign in to comment.