From 7ff000dcabb355184f433aa5952e1097f93552b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 28 Nov 2023 17:21:01 +0000 Subject: [PATCH] Version Packages --- .changeset/pretty-countries-look.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/pretty-countries-look.md diff --git a/.changeset/pretty-countries-look.md b/.changeset/pretty-countries-look.md deleted file mode 100644 index 323f480..0000000 --- a/.changeset/pretty-countries-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@chainlink/functions-toolkit': patch ---- - -Added support for 3rd party imports in the simulator diff --git a/CHANGELOG.md b/CHANGELOG.md index 06564f6..22464c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @chainlink/functions-toolkit +## 0.2.7 + +### Patch Changes + +- [#46](https://github.com/smartcontractkit/functions-toolkit/pull/46) [`d570bf8`](https://github.com/smartcontractkit/functions-toolkit/commit/d570bf8363a08056b442dc7a0437449152aa7dda) Thanks [@KuphJr](https://github.com/KuphJr)! - Added support for 3rd party imports in the simulator + ## 0.2.6 ### Patch Changes diff --git a/package.json b/package.json index e050ced..f2a95df 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@chainlink/functions-toolkit", "private": false, - "version": "0.2.6", + "version": "0.2.7", "description": "An NPM package with collection of functions that can be used for working with Chainlink Functions.", "main": "./dist/index.js", "scripts": {