diff --git a/.changeset/swift-coats-pay.md b/.changeset/swift-coats-pay.md deleted file mode 100644 index 832aa08..0000000 --- a/.changeset/swift-coats-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@chainlink/functions-toolkit': patch ---- - -Test CI workflow diff --git a/CHANGELOG.md b/CHANGELOG.md index 3af6761..6a2bc28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @chainlink/functions-toolkit +## 0.0.3 + +### Patch Changes + +- [#1](https://github.com/smartcontractkit/functions-toolkit/pull/1) [`2dc777d`](https://github.com/smartcontractkit/functions-toolkit/commit/2dc777de7316974405e5bf669ae4bbacbe5e09a5) Thanks [@KuphJr](https://github.com/KuphJr)! - Test CI workflow + ## 0.0.2 ### Patch Changes diff --git a/package.json b/package.json index 188c59f..83ecc3d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@chainlink/functions-toolkit", "private": false, - "version": "0.0.2", + "version": "0.0.3", "description": "An NPM package with collection of functions that can be used for working with Chainlink Functions.", "main": "./dist/index.js", "scripts": {