diff --git a/CHANGELOG.md b/CHANGELOG.md index f05aa5af..cf65e956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.10.2](https://github.com/ipfs/public-gateway-checker/compare/v1.10.1...v1.10.2) (2024-04-15) + + +### Trivial Changes + +* **deps:** bump actions/download-artifact from 3 to 4 ([#504](https://github.com/ipfs/public-gateway-checker/issues/504)) ([402b232](https://github.com/ipfs/public-gateway-checker/commit/402b2328f884224962da4c4de42735bd4f50cb5d)) +* **deps:** bump actions/upload-artifact from 3 to 4 ([#503](https://github.com/ipfs/public-gateway-checker/issues/503)) ([a6c407e](https://github.com/ipfs/public-gateway-checker/commit/a6c407e1316534f495a05757c90b1297084603c3)) + ## [1.10.1](https://github.com/ipfs/public-gateway-checker/compare/v1.10.0...v1.10.1) (2024-04-11) diff --git a/package-lock.json b/package-lock.json index d8d44ec2..90359504 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ipfs/public-gateway-checker", - "version": "1.10.1", + "version": "1.10.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ipfs/public-gateway-checker", - "version": "1.10.1", + "version": "1.10.2", "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 174571c1..76c9a1f4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ipfs/public-gateway-checker", "private": true, - "version": "1.10.1", + "version": "1.10.2", "description": "Checks which public gateways are online or not", "author": "Marcin Rataj ", "license": "Apache-2.0 OR MIT",