Skip to content

Commit 9ff424f

Browse files
chore(release): 1.9.1 [skip ci]
## [1.9.1](v1.9.0...v1.9.1) (2025-06-04) ### Bug Fixes * register ts-node in test environments if consumer project passes a .ts source file ([#47](#47)) ([dcb926a](dcb926a))
1 parent dcb926a commit 9ff424f

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.9.1](https://github.com/hirosystems/api-toolkit/compare/v1.9.0...v1.9.1) (2025-06-04)
2+
3+
4+
### Bug Fixes
5+
6+
* register ts-node in test environments if consumer project passes a .ts source file ([#47](https://github.com/hirosystems/api-toolkit/issues/47)) ([dcb926a](https://github.com/hirosystems/api-toolkit/commit/dcb926ae6388b3fee4a3ecf039628f08a67727a2))
7+
18
## [1.9.0](https://github.com/hirosystems/api-toolkit/compare/v1.8.0...v1.9.0) (2025-06-02)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hirosystems/api-toolkit",
3-
"version": "1.9.0",
3+
"version": "1.9.1",
44
"description": "API development toolkit",
55
"main": "./dist/index.js",
66
"typings": "./dist/index.d.ts",

0 commit comments

Comments
 (0)