Skip to content

Commit 4f70c9d

Browse files
chore(release): 2.16.1 [skip ci]
## [2.16.1](v2.16.0...v2.16.1) (2026-07-10) ### Bug Fixes * render external links as standard anchors ([#214](#214)) ([2fa54fb](2fa54fb))
1 parent 2fa54fb commit 4f70c9d

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.16.1](https://github.com/pchuri/confluence-cli/compare/v2.16.0...v2.16.1) (2026-07-10)
2+
3+
4+
### Bug Fixes
5+
6+
* render external links as standard anchors ([#214](https://github.com/pchuri/confluence-cli/issues/214)) ([2fa54fb](https://github.com/pchuri/confluence-cli/commit/2fa54fb396bc5a7e7b46792af4cc296856447d4a))
7+
18
# [2.16.0](https://github.com/pchuri/confluence-cli/compare/v2.15.1...v2.16.0) (2026-07-09)
29

310

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.16.0",
3+
"version": "2.16.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)