Skip to content

Commit 91a9ffe

Browse files
chore(release): 1.4.1 [skip ci]
## [1.4.1](v1.4.0...v1.4.1) (2025-06-30) ### Bug Fixes * correct version display in CLI ([#6](#6)) ([36f8419](36f8419))
1 parent 36f8419 commit 91a9ffe

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.4.1](https://github.com/pchuri/confluence-cli/compare/v1.4.0...v1.4.1) (2025-06-30)
2+
3+
4+
### Bug Fixes
5+
6+
* correct version display in CLI ([#6](https://github.com/pchuri/confluence-cli/issues/6)) ([36f8419](https://github.com/pchuri/confluence-cli/commit/36f8419b309ae1ff99fa94c12ace9a527ee3f162))
7+
18
# [1.4.0](https://github.com/pchuri/confluence-cli/compare/v1.3.2...v1.4.0) (2025-06-30)
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": "confluence-cli",
3-
"version": "1.4.0",
3+
"version": "1.4.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)