From ff664d274fa4a04c6cd094b46d928582953b40c0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 13 Jul 2023 17:26:41 +0000 Subject: [PATCH] chore(release): 1.5.0 [skip ci] ## [1.5.0](https://github.com/ipfs/public-gateway-checker/compare/v1.4.0...v1.5.0) (2023-07-13) ### Features * add getipfs.com ([#419](https://github.com/ipfs/public-gateway-checker/issues/419)) ([f356d06](https://github.com/ipfs/public-gateway-checker/commit/f356d06f8b74035a5d3fcb21c61c76ad4aa2efa5)) --- 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 9d6b3d7c..11a00d76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.0](https://github.com/ipfs/public-gateway-checker/compare/v1.4.0...v1.5.0) (2023-07-13) + + +### Features + +* add getipfs.com ([#419](https://github.com/ipfs/public-gateway-checker/issues/419)) ([f356d06](https://github.com/ipfs/public-gateway-checker/commit/f356d06f8b74035a5d3fcb21c61c76ad4aa2efa5)) + ## [1.4.0](https://github.com/ipfs/public-gateway-checker/compare/v1.3.2...v1.4.0) (2023-07-13) diff --git a/package-lock.json b/package-lock.json index 1228b6e4..c159c130 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ipfs/public-gateway-checker", - "version": "1.4.0", + "version": "1.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ipfs/public-gateway-checker", - "version": "1.4.0", + "version": "1.5.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 f9ee5c58..f46123b1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ipfs/public-gateway-checker", "private": true, - "version": "1.4.0", + "version": "1.5.0", "description": "Checks which public gateways are online or not", "author": "Marcin Rataj ", "license": "Apache-2.0 OR MIT",