From 77d9e649832541276c7ebcab8d83923d4dbb962e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 06:31:05 +0000 Subject: [PATCH] chore(main): release 1.3.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 861af96..71b56eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.3.0](https://github.com/ubiquity/rpc-handler/compare/v1.2.3...v1.3.0) (2024-08-23) + + +### Features + +* fastest rpc is selected and others are discarded for faster results and less network calls ([5ca9ba3](https://github.com/ubiquity/rpc-handler/commit/5ca9ba39567e0c8ece377c2782a10637bb393e04)) +* new method to get the first available RPC ([f19192c](https://github.com/ubiquity/rpc-handler/commit/f19192c08e6b4a2ebbae8fccd4985a79dde35d9a)) + ## [1.2.3](https://github.com/ubiquity/rpc-handler/compare/v1.2.2...v1.2.3) (2024-07-31) diff --git a/package.json b/package.json index 653044b..e482b88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ubiquity-dao/rpc-handler", - "version": "1.2.3", + "version": "1.3.0", "description": "Uses Chainlist's RPC collection racing them returning the lowest latency RPC", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",