Skip to content

Commit

Permalink
chore(main): release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Apr 30, 2024
1 parent 89faa58 commit 7212ad9
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [1.2.0](https://github.com/ipfs-shipyard/service-worker-gateway/compare/v1.1.0...v1.2.0) (2024-04-30)


### Features

* _redirects only for /ipns and /ipfs ([#233](https://github.com/ipfs-shipyard/service-worker-gateway/issues/233)) ([89faa58](https://github.com/ipfs-shipyard/service-worker-gateway/commit/89faa588ee0c033f3d2631d5c2823c005f17ead5))
* meaningful error pages ([#195](https://github.com/ipfs-shipyard/service-worker-gateway/issues/195)) ([80774f5](https://github.com/ipfs-shipyard/service-worker-gateway/commit/80774f50760e4b757dfacfb7d5df79f3fb020012))


### Bug Fixes

* ipfs-hosted redirects are not infinite ([#215](https://github.com/ipfs-shipyard/service-worker-gateway/issues/215)) ([40cc8c7](https://github.com/ipfs-shipyard/service-worker-gateway/commit/40cc8c7612302e60a2be2c9372e22e95fa10a799))
* multiple bugs ([#220](https://github.com/ipfs-shipyard/service-worker-gateway/issues/220)) ([75aa0b8](https://github.com/ipfs-shipyard/service-worker-gateway/commit/75aa0b8773c8f1ab484ac110fe607404303e2e8c))
* revert "feat: migrate to preact/compat ([#190](https://github.com/ipfs-shipyard/service-worker-gateway/issues/190))" ([#219](https://github.com/ipfs-shipyard/service-worker-gateway/issues/219)) ([4443174](https://github.com/ipfs-shipyard/service-worker-gateway/commit/44431745be1f5638fb47969326865c8825ade141))
* use separate logger for ui/sw ([#217](https://github.com/ipfs-shipyard/service-worker-gateway/issues/217)) ([a96837b](https://github.com/ipfs-shipyard/service-worker-gateway/commit/a96837b9cf753fa71dcf5a393686fe4d21c7036f))

## [1.1.0](https://github.com/ipfs-shipyard/service-worker-gateway/compare/v1.0.0...v1.1.0) (2024-04-19)


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.1.0",
"version": "1.2.0",
"private": true,
"type": "module",
"description": "Bundle Helia with Webpack",
Expand Down

0 comments on commit 7212ad9

Please sign in to comment.