Skip to content

Commit bd4b3cd

Browse files
Version Packages
1 parent a228a84 commit bd4b3cd

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/little-mails-hear.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/serious-llamas-unite.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @chainlink/functions-toolkit
22

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- [#30](https://github.com/smartcontractkit/functions-toolkit/pull/30) [`c1f6d2d`](https://github.com/smartcontractkit/functions-toolkit/commit/c1f6d2d7b2c7d8d879b94962ee521381d1f99ac8) Thanks [@KuphJr](https://github.com/KuphJr)! - README improvements
8+
9+
- [#28](https://github.com/smartcontractkit/functions-toolkit/pull/28) [`646749b`](https://github.com/smartcontractkit/functions-toolkit/commit/646749bcabc8b9a971187d359db48e3b1a38ba18) Thanks [@KuphJr](https://github.com/KuphJr)! - Improve log msg for timeouts
10+
311
## 0.2.4
412

513
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
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.4",
4+
"version": "0.2.5",
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)