Skip to content

Commit 560bf57

Browse files
authored
Merge pull request #58 from smartcontractkit/changeset-release/main
Version Packages
2 parents 32378e6 + 8f5364d commit 560bf57

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/eighty-mugs-rhyme.md

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

.changeset/light-cooks-move.md

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

CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#66](https://github.com/smartcontractkit/functions-toolkit/pull/66) [`a6d789e`](https://github.com/smartcontractkit/functions-toolkit/commit/a6d789e2881bef8341c621b11ef99a0c81b5261e) Thanks [@KuphJr](https://github.com/KuphJr)! - Enable timing out requests on Coordinator v1.3.1
8+
9+
- [#57](https://github.com/smartcontractkit/functions-toolkit/pull/57) [`595bf30`](https://github.com/smartcontractkit/functions-toolkit/commit/595bf30fddcd24620a1a991e4c92a742fc0e9c4f) Thanks [@justinkaseman](https://github.com/justinkaseman)! - Update to Functions Contracts v1.3.0
10+
311
## 0.2.8
412

513
### 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.8",
4+
"version": "0.3.0",
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)