From 41e507a63ae55bb04534235e1beacc63f1715785 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 13 Jul 2023 17:38:34 +0000 Subject: [PATCH] chore(release): 1.5.1 [skip ci] ## [1.5.1](https://github.com/ipfs/public-gateway-checker/compare/v1.5.0...v1.5.1) (2023-07-13) ### Bug Fixes * reduce PR hell ([#425](https://github.com/ipfs/public-gateway-checker/issues/425)) ([64dce8d](https://github.com/ipfs/public-gateway-checker/commit/64dce8d23d6b1186c0c3e899eccf95ef640c118c)), closes [#419](https://github.com/ipfs/public-gateway-checker/issues/419) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11a00d76..a5cb7cef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.1](https://github.com/ipfs/public-gateway-checker/compare/v1.5.0...v1.5.1) (2023-07-13) + + +### Bug Fixes + +* reduce PR hell ([#425](https://github.com/ipfs/public-gateway-checker/issues/425)) ([64dce8d](https://github.com/ipfs/public-gateway-checker/commit/64dce8d23d6b1186c0c3e899eccf95ef640c118c)), closes [#419](https://github.com/ipfs/public-gateway-checker/issues/419) + ## [1.5.0](https://github.com/ipfs/public-gateway-checker/compare/v1.4.0...v1.5.0) (2023-07-13) diff --git a/package-lock.json b/package-lock.json index c159c130..34e2644c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ipfs/public-gateway-checker", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ipfs/public-gateway-checker", - "version": "1.5.0", + "version": "1.5.1", "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 f46123b1..32bcc3d2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ipfs/public-gateway-checker", "private": true, - "version": "1.5.0", + "version": "1.5.1", "description": "Checks which public gateways are online or not", "author": "Marcin Rataj ", "license": "Apache-2.0 OR MIT",