Skip to content

Commit 078969d

Browse files
chore(release): set package.json to 1.1.0-beta.3 [skip ci]
# [1.1.0-beta.3](v1.1.0-beta.2...v1.1.0-beta.3) (2025-11-07) ### Features * add support for spec pruning and webhooks callbacks flags in toc command ([#220](#220)) ([241d4be](241d4be)) * portal quickstart http multiselect ([#214](#214)) ([0ee9f50](0ee9f50))
1 parent 241d4be commit 078969d

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.1.0-beta.3](https://github.com/apimatic/apimatic-cli/compare/v1.1.0-beta.2...v1.1.0-beta.3) (2025-11-07)
2+
3+
4+
### Features
5+
6+
* add support for spec pruning and webhooks callbacks flags in toc command ([#220](https://github.com/apimatic/apimatic-cli/issues/220)) ([241d4be](https://github.com/apimatic/apimatic-cli/commit/241d4bed12dc705cdc10584cb91b08317b91e583))
7+
* portal quickstart http multiselect ([#214](https://github.com/apimatic/apimatic-cli/issues/214)) ([0ee9f50](https://github.com/apimatic/apimatic-cli/commit/0ee9f5035f97803035fcc319718fe9e6c672d022))
8+
19
# [1.1.0-beta.2](https://github.com/apimatic/apimatic-cli/compare/v1.1.0-beta.1...v1.1.0-beta.2) (2025-09-19)
210

311

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.2",
4+
"version": "1.1.0-beta.3",
55
"author": "APIMatic",
66
"bin": {
77
"apimatic": "./bin/run.js"

0 commit comments

Comments
 (0)