diff --git a/.changeset/fifty-flowers-reflect.md b/.changeset/fifty-flowers-reflect.md deleted file mode 100644 index 0e519b3..0000000 --- a/.changeset/fifty-flowers-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@chainlink/functions-toolkit': minor ---- - -Updated to latest Functions contracts diff --git a/.changeset/honest-rockets-itch.md b/.changeset/honest-rockets-itch.md deleted file mode 100644 index 8eceed8..0000000 --- a/.changeset/honest-rockets-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@chainlink/functions-toolkit': minor ---- - -Added localFunctionsTestnet diff --git a/.changeset/smart-impalas-compare.md b/.changeset/smart-impalas-compare.md deleted file mode 100644 index d01d566..0000000 --- a/.changeset/smart-impalas-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@chainlink/functions-toolkit': patch ---- - -Renamed storageSlotId to slotId for SecretsManager.uploadEncryptedSecretsToDON() diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a2bc28..4f4b166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @chainlink/functions-toolkit +## 0.1.0 + +### Minor Changes + +- [#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 + +- [#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 + +### Patch Changes + +- [#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() + ## 0.0.3 ### Patch Changes diff --git a/package.json b/package.json index 83ecc3d..ba0ad26 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@chainlink/functions-toolkit", "private": false, - "version": "0.0.3", + "version": "0.1.0", "description": "An NPM package with collection of functions that can be used for working with Chainlink Functions.", "main": "./dist/index.js", "scripts": {