From 03eed315dcc0a2032c16d3abcdcb20e76896ef15 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 7 Feb 2024 12:58:35 +0000 Subject: [PATCH] chore(release): 1.9.0 [skip ci] ## [1.9.0](https://github.com/ipfs/public-gateway-checker/compare/v1.8.6...v1.9.0) (2024-02-07) ### Features * add trustless-gateway.link ([#527](https://github.com/ipfs/public-gateway-checker/issues/527)) ([d217c73](https://github.com/ipfs/public-gateway-checker/commit/d217c73f8bd98c2286ed9a4a9005dd5cb26ebca1)) ### Bug Fixes * gateway list ([#528](https://github.com/ipfs/public-gateway-checker/issues/528)) ([740e582](https://github.com/ipfs/public-gateway-checker/commit/740e58222fcfdc18c8168daa2e74ef7dfae70a88)) ### Trivial Changes * Update .github/dependabot.yml [skip ci] ([eae6603](https://github.com/ipfs/public-gateway-checker/commit/eae6603cb6d887245e47611eded6159e95e2b6e0)) * Update .github/workflows/stale.yml [skip ci] ([bf0c1e5](https://github.com/ipfs/public-gateway-checker/commit/bf0c1e5a3b9b20785ad92a60471804c3038e2b5f)) --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2be9d09b..3cd7ee86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## [1.9.0](https://github.com/ipfs/public-gateway-checker/compare/v1.8.6...v1.9.0) (2024-02-07) + + +### Features + +* add trustless-gateway.link ([#527](https://github.com/ipfs/public-gateway-checker/issues/527)) ([d217c73](https://github.com/ipfs/public-gateway-checker/commit/d217c73f8bd98c2286ed9a4a9005dd5cb26ebca1)) + + +### Bug Fixes + +* gateway list ([#528](https://github.com/ipfs/public-gateway-checker/issues/528)) ([740e582](https://github.com/ipfs/public-gateway-checker/commit/740e58222fcfdc18c8168daa2e74ef7dfae70a88)) + + +### Trivial Changes + +* Update .github/dependabot.yml [skip ci] ([eae6603](https://github.com/ipfs/public-gateway-checker/commit/eae6603cb6d887245e47611eded6159e95e2b6e0)) +* Update .github/workflows/stale.yml [skip ci] ([bf0c1e5](https://github.com/ipfs/public-gateway-checker/commit/bf0c1e5a3b9b20785ad92a60471804c3038e2b5f)) + ## [1.8.6](https://github.com/ipfs/public-gateway-checker/compare/v1.8.5...v1.8.6) (2024-01-17) diff --git a/package-lock.json b/package-lock.json index c69dc1e1..93e54742 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ipfs/public-gateway-checker", - "version": "1.8.6", + "version": "1.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ipfs/public-gateway-checker", - "version": "1.8.6", + "version": "1.9.0", "license": "Apache-2.0 OR MIT", "dependencies": { "@dutu/rate-limiter": "github:dutu/rate-limiter#v1.3.1", diff --git a/package.json b/package.json index 47ebb72b..094ae5ce 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ipfs/public-gateway-checker", "private": true, - "version": "1.8.6", + "version": "1.9.0", "description": "Checks which public gateways are online or not", "author": "Marcin Rataj ", "license": "Apache-2.0 OR MIT",