Skip to content

Commit 3e3cf68

Browse files
authored
Merge pull request #6 from smartcontractkit/changeset-release/main
2 parents aa7299b + b51924f commit 3e3cf68

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

.changeset/fifty-flowers-reflect.md

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

.changeset/honest-rockets-itch.md

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

.changeset/smart-impalas-compare.md

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

CHANGELOG.md

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#8](https://github.com/smartcontractkit/functions-toolkit/pull/8) [`451710d`](https://github.com/smartcontractkit/functions-toolkit/commit/451710d6d80a70218f0f7e793a2677f6815b7139) Thanks [@KuphJr](https://github.com/KuphJr)! - Updated to latest Functions contracts
8+
9+
- [#4](https://github.com/smartcontractkit/functions-toolkit/pull/4) [`e31d1c6`](https://github.com/smartcontractkit/functions-toolkit/commit/e31d1c6e82d7ff0e7128aea0dc024e572c7a6050) Thanks [@KuphJr](https://github.com/KuphJr)! - Added localFunctionsTestnet
10+
11+
### Patch Changes
12+
13+
- [#3](https://github.com/smartcontractkit/functions-toolkit/pull/3) [`40d6a83`](https://github.com/smartcontractkit/functions-toolkit/commit/40d6a831ee7726d25c43d8041ff6f33ed3c385b9) Thanks [@KuphJr](https://github.com/KuphJr)! - Renamed storageSlotId to slotId for SecretsManager.uploadEncryptedSecretsToDON()
14+
315
## 0.0.3
416

517
### 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.0.3",
4+
"version": "0.1.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)