diff --git a/.changeset/light-cooks-move.md b/.changeset/light-cooks-move.md deleted file mode 100644 index cd51acf..0000000 --- a/.changeset/light-cooks-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@chainlink/functions-toolkit': minor ---- - -Update to Functions Contracts v1.3.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index e4c9f73..553232c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @chainlink/functions-toolkit +## 0.3.0 + +### Minor Changes + +- [#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 + ## 0.2.8 ### Patch Changes diff --git a/package.json b/package.json index 2d22436..fe67791 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@chainlink/functions-toolkit", "private": false, - "version": "0.2.8", + "version": "0.3.0", "description": "An NPM package with collection of functions that can be used for working with Chainlink Functions.", "main": "./dist/index.js", "scripts": {