Skip to content

Commit 584bdd5

Browse files
Version Packages
1 parent 133fa09 commit 584bdd5

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/fifty-flowers-reflect.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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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+
### Patch Changes
10+
11+
- [#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()
12+
313
## 0.0.3
414

515
### 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)