Skip to content

Commit c7f2101

Browse files
chore(release): set package.json to 1.2.0 [skip ci]
# [1.2.0](v1.1.0...v1.2.0) (2026-03-06) ### Features * migrate OAuth flow from implicit grant to Authorization Code + PKCE ([#1](#1)) ([9ba6dcc](9ba6dcc))
1 parent 9ba6dcc commit c7f2101

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.2.0](https://github.com/soliantconsulting/bitbucket-cloud-cli-auth/compare/v1.1.0...v1.2.0) (2026-03-06)
2+
3+
4+
### Features
5+
6+
* migrate OAuth flow from implicit grant to Authorization Code + PKCE ([#1](https://github.com/soliantconsulting/bitbucket-cloud-cli-auth/issues/1)) ([9ba6dcc](https://github.com/soliantconsulting/bitbucket-cloud-cli-auth/commit/9ba6dcce4b7d71f418eb26dda8b0fe29155535f5))
7+
18
# [1.1.0](https://github.com/soliantconsulting/bitbucket-cloud-cli-auth/compare/v1.0.1...v1.1.0) (2025-11-28)
29

310

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.1.0",
3+
"version": "1.2.0",
44
"description": "CLI OAuth implementation for BitBucket Cloud",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)