diff --git a/CHANGELOG.md b/CHANGELOG.md index 69c6feef..eb07c399 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.2](https://github.com/ipfs/public-gateway-checker/compare/v1.2.1...v1.2.2) (2023-06-08) + + +### Trivial Changes + +* update eslint-config-ipfs and fix lint ([#413](https://github.com/ipfs/public-gateway-checker/issues/413)) ([165f35c](https://github.com/ipfs/public-gateway-checker/commit/165f35ce394f0f6e452174e0133cd111ba48170e)) + ## [1.2.1](https://github.com/ipfs/public-gateway-checker/compare/v1.2.0...v1.2.1) (2023-06-08) diff --git a/package-lock.json b/package-lock.json index 97b98020..756e472f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ipfs/public-gateway-checker", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ipfs/public-gateway-checker", - "version": "1.2.1", + "version": "1.2.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 0c5ee8a7..35f82269 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ipfs/public-gateway-checker", "private": true, - "version": "1.2.1", + "version": "1.2.2", "description": "Checks which public gateways are online or not", "author": "Marcin Rataj ", "license": "Apache-2.0 OR MIT",