Skip to content

Commit

Permalink
chore(main): release 1.8.0 (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
web3-bot authored Dec 13, 2024
1 parent 66e0857 commit e2c187c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [1.8.0](https://github.com/ipfs/service-worker-gateway/compare/v1.7.1...v1.8.0) (2024-12-12)


### ⚠ BREAKING CHANGES

* config is always visible on landing page ([#496](https://github.com/ipfs/service-worker-gateway/issues/496))

### Features

* config is always visible on landing page ([#496](https://github.com/ipfs/service-worker-gateway/issues/496)) ([d21178c](https://github.com/ipfs/service-worker-gateway/commit/d21178c33fbe354face8325ec53ec6f3db50f73d))
* subdomain detection is resilient ([#497](https://github.com/ipfs/service-worker-gateway/issues/497)) ([9c6e2df](https://github.com/ipfs/service-worker-gateway/commit/9c6e2df0b4abaa9ca222386cbae01bb68040bb8d))


### Bug Fixes

* config ui is in sync with IDB ([#528](https://github.com/ipfs/service-worker-gateway/issues/528)) ([2d8dbd9](https://github.com/ipfs/service-worker-gateway/commit/2d8dbd9aab18944c8c18be7030e906a170068fb9))


### Miscellaneous Chores

* adjust release verion ([8895691](https://github.com/ipfs/service-worker-gateway/commit/8895691df0b31a98b52293926bfea2f8f5770be6))

## [1.7.1](https://github.com/ipfs/service-worker-gateway/compare/v1.7.0...v1.7.1) (2024-11-22)


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": "helia-service-worker-gateway",
"version": "1.7.1",
"version": "1.8.0",
"private": true,
"type": "module",
"description": "An IPFS Gateway that uses @helia/verified-fetch in a Service Worker to fetch content",
Expand Down

0 comments on commit e2c187c

Please sign in to comment.