Skip to content

Commit 92fc3fa

Browse files
chore(release): 1.2.0 [skip ci]
## [1.2.0](v1.1.0...v1.2.0) (2023-10-26) ### Features * add fastify helpers ([#9](#9)) ([f923ce4](f923ce4)) * expand tools with Stacks API helpers ([#10](#10)) ([79a08a4](79a08a4))
1 parent 276fbd1 commit 92fc3fa

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
@@ -0,0 +1,7 @@
1+
## [1.2.0](https://github.com/hirosystems/api-toolkit/compare/v1.1.0...v1.2.0) (2023-10-26)
2+
3+
4+
### Features
5+
6+
* add fastify helpers ([#9](https://github.com/hirosystems/api-toolkit/issues/9)) ([f923ce4](https://github.com/hirosystems/api-toolkit/commit/f923ce4a741665ef0ece8339694d03e2dae54338))
7+
* expand tools with Stacks API helpers ([#10](https://github.com/hirosystems/api-toolkit/issues/10)) ([79a08a4](https://github.com/hirosystems/api-toolkit/commit/79a08a4417b65981878d31b7f13a5dfacf591e15))

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

0 commit comments

Comments
 (0)