diff --git a/.changeset/perfect-tomatoes-stare.md b/.changeset/perfect-tomatoes-stare.md deleted file mode 100644 index afdf995..0000000 --- a/.changeset/perfect-tomatoes-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@chainlink/functions-toolkit': patch ---- - -Improve the error message around remove consumer input validation diff --git a/CHANGELOG.md b/CHANGELOG.md index b15fae4..eb4207a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @chainlink/functions-toolkit +## 0.3.2 + +### Patch Changes + +- [#69](https://github.com/smartcontractkit/functions-toolkit/pull/69) [`b3da1b3`](https://github.com/smartcontractkit/functions-toolkit/commit/b3da1b34b2ab94187fbc5885e1848d3eee13dfac) Thanks [@ernest-nowacki](https://github.com/ernest-nowacki)! - Improve the error message around remove consumer input validation + ## 0.3.1 ### Patch Changes diff --git a/package.json b/package.json index a823855..942055d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@chainlink/functions-toolkit", "private": false, - "version": "0.3.1", + "version": "0.3.2", "description": "An NPM package with collection of functions that can be used for working with Chainlink Functions.", "main": "./dist/index.js", "scripts": {