Skip to content

Commit 1cea88f

Browse files
authored
Merge pull request #39 from smartcontractkit/changeset-release/main
2 parents 97e8dde + 167c4e5 commit 1cea88f

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/three-seas-beam.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @chainlink/functions-toolkit
22

3+
## 0.2.6
4+
5+
### Patch Changes
6+
7+
- [#36](https://github.com/smartcontractkit/functions-toolkit/pull/36) [`6026203`](https://github.com/smartcontractkit/functions-toolkit/commit/6026203593e6cf7239e51b6b2f14df4bfdc3a0f2) Thanks [@bolekk](https://github.com/bolekk)! - Added ResponseListener.listenForResponseFromTransaction() method to handle listening for responses if the request was reorged and the requestId changed
8+
39
## 0.2.5
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chainlink/functions-toolkit",
33
"private": false,
4-
"version": "0.2.5",
4+
"version": "0.2.6",
55
"description": "An NPM package with collection of functions that can be used for working with Chainlink Functions.",
66
"main": "./dist/index.js",
77
"scripts": {

0 commit comments

Comments
 (0)