Skip to content

Commit 167c4e5

Browse files
Version Packages
1 parent 97e8dde commit 167c4e5

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/three-seas-beam.md

-5
This file was deleted.

CHANGELOG.md

+6
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

+1-1
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)