diff --git a/CHANGELOG.md b/CHANGELOG.md index eb07c399..8f061b68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [1.3.0](https://github.com/ipfs/public-gateway-checker/compare/v1.2.2...v1.3.0) (2023-06-14) + + +### Features + +* use typescript ([#194](https://github.com/ipfs/public-gateway-checker/issues/194)) ([9bbe1b5](https://github.com/ipfs/public-gateway-checker/commit/9bbe1b53a18215efa3304def3b3ac7f3e8495caf)) + + +### Trivial Changes + +* Update .github/workflows/stale.yml [skip ci] ([25aecd9](https://github.com/ipfs/public-gateway-checker/commit/25aecd9f865b6d2eb612006070826b038fb9dfbe)) + ## [1.2.2](https://github.com/ipfs/public-gateway-checker/compare/v1.2.1...v1.2.2) (2023-06-08) diff --git a/package-lock.json b/package-lock.json index 756e472f..c9098f10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ipfs/public-gateway-checker", - "version": "1.2.2", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ipfs/public-gateway-checker", - "version": "1.2.2", + "version": "1.3.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 35f82269..0f1384d0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ipfs/public-gateway-checker", "private": true, - "version": "1.2.2", + "version": "1.3.0", "description": "Checks which public gateways are online or not", "author": "Marcin Rataj ", "license": "Apache-2.0 OR MIT",