Skip to content

Commit 621fb5f

Browse files
chore(release): 2.14.1 [skip ci]
## [2.14.1](v2.14.0...v2.14.1) (2026-06-24) ### Bug Fixes * **api:** prevent cross-origin credential leakage ([#207](#207)) ([1d614b2](1d614b2)) * clarify bodyless Confluence content errors ([#206](#206)) ([62fee88](62fee88))
1 parent 1d614b2 commit 621fb5f

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.14.1](https://github.com/pchuri/confluence-cli/compare/v2.14.0...v2.14.1) (2026-06-24)
2+
3+
4+
### Bug Fixes
5+
6+
* **api:** prevent cross-origin credential leakage ([#207](https://github.com/pchuri/confluence-cli/issues/207)) ([1d614b2](https://github.com/pchuri/confluence-cli/commit/1d614b2900871cf2ecb646a761c16a689284f8d2))
7+
* clarify bodyless Confluence content errors ([#206](https://github.com/pchuri/confluence-cli/issues/206)) ([62fee88](https://github.com/pchuri/confluence-cli/commit/62fee88ef0eba2ef09a84545f0d63f433cafad3d))
8+
19
# [2.14.0](https://github.com/pchuri/confluence-cli/compare/v2.13.0...v2.14.0) (2026-06-21)
210

311

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "confluence-cli",
3-
"version": "2.14.0",
3+
"version": "2.14.1",
44
"description": "A command-line interface for Atlassian Confluence with page creation and editing capabilities",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)