Skip to content

Commit 3ddf472

Browse files
chore(release): 2.0.2 [skip ci]
## [2.0.2](v2.0.1...v2.0.2) (2026-04-27) ### Bug Fixes * **client:** isolate per-userkey failures in resolveUserKeysInHtml ([#129](#129)) ([4185b4a](4185b4a))
1 parent 4185b4a commit 3ddf472

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.0.2](https://github.com/pchuri/confluence-cli/compare/v2.0.1...v2.0.2) (2026-04-27)
2+
3+
4+
### Bug Fixes
5+
6+
* **client:** isolate per-userkey failures in resolveUserKeysInHtml ([#129](https://github.com/pchuri/confluence-cli/issues/129)) ([4185b4a](https://github.com/pchuri/confluence-cli/commit/4185b4a46313ea681a85e25c694ff2ce1fa3fa5f))
7+
18
## [2.0.1](https://github.com/pchuri/confluence-cli/compare/v2.0.0...v2.0.1) (2026-04-27)
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.0.1",
3+
"version": "2.0.2",
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)