Skip to content

Commit fc40b79

Browse files
Version Packages
1 parent 112a15b commit fc40b79

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/light-cooks-move.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @chainlink/functions-toolkit
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
39
## 0.2.8
410

511
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chainlink/functions-toolkit",
33
"private": false,
4-
"version": "0.2.8",
4+
"version": "0.3.0",
55
"description": "An NPM package with collection of functions that can be used for working with Chainlink Functions.",
66
"main": "./dist/index.js",
77
"scripts": {

0 commit comments

Comments
 (0)