Skip to content

Commit c170280

Browse files
chore(release): 1.3.0 [skip ci]
## [1.3.0](v1.2.2...v1.3.0) (2023-11-01) ### Features * add iterator and enum value handling helpers ([#16](#16)) ([cb263b8](cb263b8))
1 parent cb263b8 commit c170280

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.3.0](https://github.com/hirosystems/api-toolkit/compare/v1.2.2...v1.3.0) (2023-11-01)
2+
3+
4+
### Features
5+
6+
* add iterator and enum value handling helpers ([#16](https://github.com/hirosystems/api-toolkit/issues/16)) ([cb263b8](https://github.com/hirosystems/api-toolkit/commit/cb263b801270147257243a7fa079f0c84115bc8d))
7+
18
## [1.2.2](https://github.com/hirosystems/api-toolkit/compare/v1.2.1...v1.2.2) (2023-10-27)
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.2.2",
3+
"version": "1.3.0",
44
"description": "API development toolkit",
55
"main": "./dist/index.js",
66
"typings": "./dist/index.d.ts",

0 commit comments

Comments
 (0)