Skip to content

Commit

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

chore(main): release 1.1.0
  • Loading branch information
gentlementlegen authored Jul 31, 2024
2 parents 9a20758 + 046dd97 commit 26815de
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# Changelog

## [1.1.0](https://github.com/ubiquity/rpc-handler/compare/v1.0.0...v1.1.0) (2024-07-31)


### Features

* add debug configuration for vscode ([2eb0f97](https://github.com/ubiquity/rpc-handler/commit/2eb0f977254991707d4d19fbb3741b54145cab5f))
* add tracking & protocol config options ([70b6e4f](https://github.com/ubiquity/rpc-handler/commit/70b6e4ffe40f0aca65f62196492f6d6293f51ed4))
* filter rpc by tracking info ([fc493ae](https://github.com/ubiquity/rpc-handler/commit/fc493aecd97851d349a8033ef4e802aa48e4de19))
* index with exports ([097f7fc](https://github.com/ubiquity/rpc-handler/commit/097f7fcd4465addd3985faa6fc1a102c3624896e))
* proxy handler ([c50fd06](https://github.com/ubiquity/rpc-handler/commit/c50fd068685248f2809a6f9430c6748a695217b7))
* removed bump script and added release-please ([5b2f026](https://github.com/ubiquity/rpc-handler/commit/5b2f02618df036e030c043ffc17a2a6819c66531))
* use rpcs original object with extra info ([837fd86](https://github.com/ubiquity/rpc-handler/commit/837fd86c472cb12e71b54caf1c0433d7553ccfc3))
* Web3 RPC Handler (npm package) ([#1](https://github.com/ubiquity/rpc-handler/issues/1)) ([#4](https://github.com/ubiquity/rpc-handler/issues/4)) ([0d964b0](https://github.com/ubiquity/rpc-handler/commit/0d964b09871b09fa5ce441d3339254d171ecae62))
* workflow ([300603c](https://github.com/ubiquity/rpc-handler/commit/300603cbdc788b44c80a366021142f99842590ba))


### Bug Fixes

* attempting to close timeouts ([7b31c5f](https://github.com/ubiquity/rpc-handler/commit/7b31c5f82a50a0d4c33c9205643cce19c41d3152))
* built export fixes ([2a6103a](https://github.com/ubiquity/rpc-handler/commit/2a6103a7d9b14ffa66355016ed6f4b2af9a64531))
* eslint parsing tests ([d039977](https://github.com/ubiquity/rpc-handler/commit/d039977b2e9d77866c18f231bf6e0b5184963525))
* improved log tests ([5427159](https://github.com/ubiquity/rpc-handler/commit/54271597bc74ee945a12d584caea386b52354267))
* increased timeout for tests ([38751c0](https://github.com/ubiquity/rpc-handler/commit/38751c02b54febec1c653af49b8cef10b14ffcbb))
* increased timeout for tests ([5e0bb40](https://github.com/ubiquity/rpc-handler/commit/5e0bb40625bf44ee79194ea26d4c7c5984d5e9c7))
* log ([5a25b29](https://github.com/ubiquity/rpc-handler/commit/5a25b29e668398abefa97b44a11846f7cdda8571))
* make tracking property optional ([4fbe2f1](https://github.com/ubiquity/rpc-handler/commit/4fbe2f14f9171dc4bc8eabb29add44dda4beebe3))
* readme ([a068543](https://github.com/ubiquity/rpc-handler/commit/a068543dd0c21b723876bc05a58272240ecbac01))
* remove protocol config options ([e3cd0f0](https://github.com/ubiquity/rpc-handler/commit/e3cd0f00ad1325b8c24f8288e5d110f637110ac3))
* remove yarn build from wf ([b028986](https://github.com/ubiquity/rpc-handler/commit/b028986b63cd5bd52e7260c6aa220b8d14a5b184))
* removed comments from Jest testing and added Action comment dashboard instead ([85dab3f](https://github.com/ubiquity/rpc-handler/commit/85dab3fb961fcb802c7e5d5be95c1025d6148528))
* rethrow error, finish tests ([1a8eb87](https://github.com/ubiquity/rpc-handler/commit/1a8eb874902085c8978eddc978de97cf80d94f59))
* update rpc type definition ([ec9b91c](https://github.com/ubiquity/rpc-handler/commit/ec9b91cdca285b9800ed3305795d89f6e7d5d31f))
* use correct network rpcs ([19cea2a](https://github.com/ubiquity/rpc-handler/commit/19cea2ac65c5982c76c12e2c092d2e0664275573))
* use correct types ([5ef09a0](https://github.com/ubiquity/rpc-handler/commit/5ef09a0bdb5733f7627470cd2e5d02ad89774442))
* use max safe ([f9495d3](https://github.com/ubiquity/rpc-handler/commit/f9495d3d3b5703a9d4052432d66e5f7fb0c95860))
* workflow ([5f7b03f](https://github.com/ubiquity/rpc-handler/commit/5f7b03fd9fae8c3abfecef89043949420a12049a))

## 1.0.0 (2024-03-22)

### Features
Expand Down

0 comments on commit 26815de

Please sign in to comment.