Skip to content

Commit

Permalink
Merge pull request #222 from nftstorage/release-please--branches--mai…
Browse files Browse the repository at this point in the history
…n--components--edge-gateway

chore(main): release edge-gateway 1.16.0
  • Loading branch information
travis authored Dec 4, 2024
2 parents 5dbc2d4 + 0647f73 commit d107e4a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"packages/edge-gateway": "1.15.2"
"packages/edge-gateway": "1.16.0"
}
15 changes: 15 additions & 0 deletions packages/edge-gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.16.0](https://github.com/nftstorage/nftstorage.link/compare/edge-gateway-v1.15.2...edge-gateway-v1.16.0) (2024-12-03)


### Features

* enable logpush for edge-gateway ([5918e63](https://github.com/nftstorage/nftstorage.link/commit/5918e635f29096553efba518f9cf204230ffce60))
* remove loki logging from edge-gateway ([c93562c](https://github.com/nftstorage/nftstorage.link/commit/c93562c4a0d7469a14422135cfe6fe6aa9cf94e8))


### Fixes

* move sentry to our org ([e94b282](https://github.com/nftstorage/nftstorage.link/commit/e94b2824fc0957c4f4cd2e0732efce2150a84b7f))
* remove Loki references from README ([374c866](https://github.com/nftstorage/nftstorage.link/commit/374c8668844e3b1dd27f7fb6c1f66f1e02b3ad36))
* upgrade wrangler ([c306815](https://github.com/nftstorage/nftstorage.link/commit/c3068153de1a025f69a650b35778028284ce5fa2))

## [1.15.2](https://github.com/nftstorage/nftstorage.link/compare/edge-gateway-v1.15.1...edge-gateway-v1.15.2) (2023-03-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/edge-gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edge-gateway",
"version": "1.15.2",
"version": "1.16.0",
"description": "IPFS edge gateway for nft.storage",
"private": true,
"type": "module",
Expand Down

0 comments on commit d107e4a

Please sign in to comment.