Skip to content

Commit

Permalink
chore(main): release 1.3.0 (#264)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 4, 2024
1 parent 6d758c9 commit 2f4cbfd
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.3.0](https://github.com/ipfs/service-worker-gateway/compare/v1.2.0...v1.3.0) (2024-07-04)


### Features

* about section on subdomain loads ([#263](https://github.com/ipfs/service-worker-gateway/issues/263)) ([947011e](https://github.com/ipfs/service-worker-gateway/commit/947011e772f73d32b2380bb6d7521f61fc8d27bf))
* config page ux improvements ([#315](https://github.com/ipfs/service-worker-gateway/issues/315)) ([16b31b9](https://github.com/ipfs/service-worker-gateway/commit/16b31b98f391197c745dcc4328c49fc32905d0ff))
* error page when service worker not available ([#283](https://github.com/ipfs/service-worker-gateway/issues/283)) ([774e388](https://github.com/ipfs/service-worker-gateway/commit/774e388bd2c4696988121c42ce511c59837348f0))
* minimal PWA manifest ([#310](https://github.com/ipfs/service-worker-gateway/issues/310)) ([6d758c9](https://github.com/ipfs/service-worker-gateway/commit/6d758c91b8ffc389ff672a6a0f987651f5a2dba2))


### Bug Fixes

* load default css on interstitial ([#298](https://github.com/ipfs/service-worker-gateway/issues/298)) ([9990664](https://github.com/ipfs/service-worker-gateway/commit/9990664899005fca960544d7e03216bb1c47d7f0))
* remove fonts except woff2 ([#282](https://github.com/ipfs/service-worker-gateway/issues/282)) ([7517a62](https://github.com/ipfs/service-worker-gateway/commit/7517a620a66aab260c66e0cce2270bc8898a0160))

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


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

0 comments on commit 2f4cbfd

Please sign in to comment.