Skip to content

Commit c0dc1cd

Browse files
chore(release): set package.json to 2.0.0 [skip ci]
# [2.0.0](v1.2.0...v2.0.0) (2026-03-06) ### Features * require clientSecret in getAccessToken ([#2](#2)) ([313e67e](313e67e)) ### BREAKING CHANGES * now requires to set client secret as there is no support for PKCE with only client ID.
1 parent 79c2251 commit c0dc1cd

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.0.0](https://github.com/soliantconsulting/bitbucket-cloud-cli-auth/compare/v1.2.0...v2.0.0) (2026-03-06)
2+
3+
4+
### Features
5+
6+
* require clientSecret in getAccessToken ([#2](https://github.com/soliantconsulting/bitbucket-cloud-cli-auth/issues/2)) ([313e67e](https://github.com/soliantconsulting/bitbucket-cloud-cli-auth/commit/313e67e0c1753ff869a6497c87e75dbc7272e147))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* now requires to set client secret as there is no support for PKCE with only client ID.
12+
113
# [1.2.0](https://github.com/soliantconsulting/bitbucket-cloud-cli-auth/compare/v1.1.0...v1.2.0) (2026-03-06)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@soliantconsulting/bitbucket-cloud-cli-auth",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"description": "CLI OAuth implementation for BitBucket Cloud",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)