Skip to content

Commit cabb3f3

Browse files
authored
Merge pull request #10 from smartcontractkit/changeset-release/main
2 parents ce2d4cd + 209c83a commit cabb3f3

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/selfish-mirrors-enjoy.md

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

.changeset/sharp-eels-nail.md

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

CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#9](https://github.com/smartcontractkit/functions-toolkit/pull/9) [`7ad428a`](https://github.com/smartcontractkit/functions-toolkit/commit/7ad428a5cd49651642bfa33dc6896011e687bae2) Thanks [@KuphJr](https://github.com/KuphJr)! - Changed DON ID for localFunctionsTestnet from coordinator1 to local-functions-testnet
8+
9+
### Patch Changes
10+
11+
- [#9](https://github.com/smartcontractkit/functions-toolkit/pull/9) [`407b39f`](https://github.com/smartcontractkit/functions-toolkit/commit/407b39f4eeeff300f28a5e85bf550de9351f52af) Thanks [@KuphJr](https://github.com/KuphJr)! - Fixed CBOR parsing & error handling in localFunctionsTestnet
12+
313
## 0.1.0
414

515
### 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.1.0",
4+
"version": "0.2.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)