From c55030a7bee63a8911054019f1bc7dcad2037dcb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 11 Apr 2024 10:24:58 +0000 Subject: [PATCH] chore(release): 1.10.1 [skip ci] ## [1.10.1](https://github.com/ipfs/public-gateway-checker/compare/v1.10.0...v1.10.1) (2024-04-11) ### Trivial Changes * **deps-dev:** bump ipfs-geoip from 9.0.1 to 9.1.0 ([#519](https://github.com/ipfs/public-gateway-checker/issues/519)) ([33c71d4](https://github.com/ipfs/public-gateway-checker/commit/33c71d43a02dba9cc501b576cbe8ef64876c3a71)) --- 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 5102ea32..f05aa5af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.10.1](https://github.com/ipfs/public-gateway-checker/compare/v1.10.0...v1.10.1) (2024-04-11) + + +### Trivial Changes + +* **deps-dev:** bump ipfs-geoip from 9.0.1 to 9.1.0 ([#519](https://github.com/ipfs/public-gateway-checker/issues/519)) ([33c71d4](https://github.com/ipfs/public-gateway-checker/commit/33c71d43a02dba9cc501b576cbe8ef64876c3a71)) + ## [1.10.0](https://github.com/ipfs/public-gateway-checker/compare/v1.9.6...v1.10.0) (2024-04-10) diff --git a/package-lock.json b/package-lock.json index 7bb6f74a..d8d44ec2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ipfs/public-gateway-checker", - "version": "1.10.0", + "version": "1.10.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ipfs/public-gateway-checker", - "version": "1.10.0", + "version": "1.10.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 1ce4837c..174571c1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ipfs/public-gateway-checker", "private": true, - "version": "1.10.0", + "version": "1.10.1", "description": "Checks which public gateways are online or not", "author": "Marcin Rataj ", "license": "Apache-2.0 OR MIT",