Skip to content

Commit 161972e

Browse files
committed
chore: oauth2-cli@2.0.0
1 parent 28d6c6a commit 161972e

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

packages/oauth2-cli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [2.0.0](https://github.com/battis/oauth2-cli/compare/oauth2-cli/1.2.8...oauth2-cli/2.0.0) (2026-03-22)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* detect and automate traversing paginated collections
11+
12+
### Features
13+
14+
* detect and automate traversing paginated collections ([28d6c6a](https://github.com/battis/oauth2-cli/commit/28d6c6ad90deb01059804d11ee692ec413a03345))
15+
516
## [1.2.8](https://github.com/battis/oauth2-cli/compare/oauth2-cli/1.2.7...oauth2-cli/1.2.8) (2026-03-17)
617

718
### Bug Fixes

packages/oauth2-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oauth2-cli",
3-
"version": "1.2.8",
3+
"version": "2.0.0",
44
"description": "Acquire API access tokens via OAuth 2.0 / OpenID Connect within CLI tools",
55
"homepage": "https://github.com/battis/oauth2-cli/tree/main/packages/oauth2-cli#readme",
66
"repository": {

0 commit comments

Comments
 (0)