Skip to content

Commit da7e591

Browse files
chore(release): set package.json to 1.1.0-beta.9 [skip ci]
# [1.1.0-beta.9](v1.1.0-beta.8...v1.1.0-beta.9) (2026-03-11) ### Features * add api-version flag in sdk generate ([#250](#250)) ([2b007e1](2b007e1)), closes [#249](#249)
1 parent 2b007e1 commit da7e591

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.1.0-beta.9](https://github.com/apimatic/apimatic-cli/compare/v1.1.0-beta.8...v1.1.0-beta.9) (2026-03-11)
2+
3+
4+
### Features
5+
6+
* add api-version flag in sdk generate ([#250](https://github.com/apimatic/apimatic-cli/issues/250)) ([2b007e1](https://github.com/apimatic/apimatic-cli/commit/2b007e17a05fba784b487646dc02bdbded3247a3)), closes [#249](https://github.com/apimatic/apimatic-cli/issues/249)
7+
18
# [1.1.0-beta.8](https://github.com/apimatic/apimatic-cli/compare/v1.1.0-beta.7...v1.1.0-beta.8) (2026-03-09)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@apimatic/cli",
33
"description": "The official CLI for APIMatic.",
4-
"version": "1.1.0-beta.8",
4+
"version": "1.1.0-beta.9",
55
"author": "APIMatic",
66
"bin": {
77
"apimatic": "./bin/run.js"

0 commit comments

Comments
 (0)