Skip to content

Commit 847f200

Browse files
authored
Merge pull request #68 from smartcontractkit/changeset-release/main
Version Packages
2 parents 641f3ec + 6681f88 commit 847f200

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/silly-berries-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.3.1
4+
5+
### Patch Changes
6+
7+
- [#67](https://github.com/smartcontractkit/functions-toolkit/pull/67) [`073c381`](https://github.com/smartcontractkit/functions-toolkit/commit/073c381e4ba5854f4a5eebddcf152515c4933772) Thanks [@zeuslawyer](https://github.com/zeuslawyer)! - Change default minimum confirmations from listenForResponseFromTransaction() to 1.
8+
39
## 0.3.0
410

511
### Minor 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.3.0",
4+
"version": "0.3.1",
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)