Skip to content

Commit 9aa6c52

Browse files
chore(release): 1.9.0 [skip ci]
## [1.9.0](v1.8.0...v1.9.0) (2025-06-02) ### Features * onceWhen function ([#43](#43)) ([840b2f1](840b2f1)) * onceWhen function ([#43](#43)) ([#44](#44)) ([4013b38](4013b38)) * worker thread pool ([#41](#41)) ([16c9616](16c9616)) ### Bug Fixes * git info check should not throw when debugging ([#39](#39)) ([66f44d5](66f44d5))
1 parent a3bd69b commit 9aa6c52

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.9.0](https://github.com/hirosystems/api-toolkit/compare/v1.8.0...v1.9.0) (2025-06-02)
2+
3+
4+
### Features
5+
6+
* onceWhen function ([#43](https://github.com/hirosystems/api-toolkit/issues/43)) ([840b2f1](https://github.com/hirosystems/api-toolkit/commit/840b2f1d9378762db7985bbf9f06bb49b78a5b8e))
7+
* onceWhen function ([#43](https://github.com/hirosystems/api-toolkit/issues/43)) ([#44](https://github.com/hirosystems/api-toolkit/issues/44)) ([4013b38](https://github.com/hirosystems/api-toolkit/commit/4013b38fbf17840eb905830c35469e12eb8e3670))
8+
* worker thread pool ([#41](https://github.com/hirosystems/api-toolkit/issues/41)) ([16c9616](https://github.com/hirosystems/api-toolkit/commit/16c96167eb50fb3cb19183b57cf0231daaa905f1))
9+
10+
11+
### Bug Fixes
12+
13+
* git info check should not throw when debugging ([#39](https://github.com/hirosystems/api-toolkit/issues/39)) ([66f44d5](https://github.com/hirosystems/api-toolkit/commit/66f44d57cd99fda8242135a80e13d0058caf3ab5))
14+
115
## [1.8.0](https://github.com/hirosystems/api-toolkit/compare/v1.7.5...v1.8.0) (2025-03-25)
216

317

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.8.0",
3+
"version": "1.9.0",
44
"description": "API development toolkit",
55
"main": "./dist/index.js",
66
"typings": "./dist/index.d.ts",

0 commit comments

Comments
 (0)