Skip to content

Commit ac5002b

Browse files
chore(release): 1.8.0 [skip ci]
# [1.8.0](v1.7.0...v1.8.0) (2025-09-28) ### Features * make Confluence API path configurable ([#14](#14)) ([be000e0](be000e0)), closes [#13](#13)
1 parent be000e0 commit ac5002b

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.8.0](https://github.com/pchuri/confluence-cli/compare/v1.7.0...v1.8.0) (2025-09-28)
2+
3+
4+
### Features
5+
6+
* make Confluence API path configurable ([#14](https://github.com/pchuri/confluence-cli/issues/14)) ([be000e0](https://github.com/pchuri/confluence-cli/commit/be000e0d92881d65329b84bad6555dcad0bbb455)), closes [#13](https://github.com/pchuri/confluence-cli/issues/13)
7+
18
## [Unreleased]
29

310
### Added

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