Skip to content

Commit 12f4c0e

Browse files
chore(release): 1.12.0 [skip ci]
## [1.12.0](v1.11.0...v1.12.0) (2025-12-16) ### Features * implement 'isConnected' helper function ([#55](#55)) ([#56](#56)) ([00e9787](00e9787))
1 parent bf8a038 commit 12f4c0e

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.12.0](https://github.com/hirosystems/api-toolkit/compare/v1.11.0...v1.12.0) (2025-12-16)
2+
3+
### Features
4+
5+
* implement 'isConnected' helper function ([#55](https://github.com/hirosystems/api-toolkit/issues/55)) ([#56](https://github.com/hirosystems/api-toolkit/issues/56)) ([00e9787](https://github.com/hirosystems/api-toolkit/commit/00e97875040e059172d24ed44364ff7609f22c9d))
6+
17
## [1.11.0](https://github.com/hirosystems/api-toolkit/compare/v1.10.1...v1.11.0) (2025-10-21)
28

39

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

0 commit comments

Comments
 (0)