Skip to content

Commit

Permalink
Merge pull request #47 from ubiquity/release-please--branches--main--…
Browse files Browse the repository at this point in the history
…components--rpc-handler

chore(main): release 1.3.0
  • Loading branch information
gentlementlegen authored Aug 23, 2024
2 parents 81742cc + 77d9e64 commit bff7c47
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit bff7c47

Please sign in to comment.