Skip to content

Commit ce8b43a

Browse files
committed
release: 2025-08-27, Version 2.0.0 [skip ci]
1 parent bf3d055 commit ce8b43a

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
## Changelog
22

3+
# [2.0.0](https://github.com/logdna/setup-chain-node/compare/v1.3.2...v2.0.0) (2025-08-27)
4+
5+
6+
### Bug Fixes
7+
8+
* throw error when calling an undefined chain function [bf3d055](https://github.com/logdna/setup-chain-node/commit/bf3d055ab096eae8bd66db6121623e940c0e5100) - Mike Del Tito, closes: [#133](https://github.com/logdna/setup-chain-node/issues/133)
9+
10+
11+
### Miscellaneous
12+
13+
* update .all-contributorsrc [8f168d5](https://github.com/logdna/setup-chain-node/commit/8f168d52be5090afc5eea21ac1175fa6075e9384) - Eric Satterwhite
14+
* update README.md [935e076](https://github.com/logdna/setup-chain-node/commit/935e076b343da1500f1bc51751cabc1599c19681) - Eric Satterwhite
15+
16+
17+
### **BREAKING CHANGES**
18+
19+
* Invalid function calls/lookups will now throw an error.
20+
321
## [1.3.2](https://github.com/logdna/setup-chain-node/compare/v1.3.1...v1.3.2) (2024-03-22)
422

523

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logdna/setup-chain",
3-
"version": "1.3.2",
3+
"version": "2.0.0",
44
"description": "Base class for implementing seed and resource data for test suites",
55
"main": "index.js",
66
"publishConfig": {

0 commit comments

Comments
 (0)