confluence-cli 1.3.0 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -13
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.3.1](https://github.com/pchuri/confluence-cli/compare/v1.3.0...v1.3.1) (2025-06-27)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * clean up duplicate CHANGELOG entries ([0163deb](https://github.com/pchuri/confluence-cli/commit/0163deb7f007e1d64ce4693eb8e86280d27eb6cc))
7
+
1
8
  # [1.3.0](https://github.com/pchuri/confluence-cli/compare/v1.2.0...v1.3.0) (2025-06-27)
2
9
 
3
10
 
@@ -26,27 +33,15 @@
26
33
 
27
34
  ### Features
28
35
 
29
- * implement page creation and update capabilities ([#2](https://github.com/pchuri/confluence-cli/issues/2)) ([b814ddf](https://github.com/pchuri/confluence-cli/commit/b814ddfd056aeac83cc7eb5d8d6db47ba9c70cdf))
30
-
31
- # [1.2.0](https://github.com/pchuri/confluence-cli/compare/v1.1.0...v1.2.0) (2025-06-27)
32
-
33
-
34
- ### Features
35
-
36
- * **page management**: add page creation and update capabilities ([NEW])
36
+ * **page management**: add page creation and update capabilities ([#2](https://github.com/pchuri/confluence-cli/issues/2)) ([b814ddf](https://github.com/pchuri/confluence-cli/commit/b814ddfd056aeac83cc7eb5d8d6db47ba9c70cdf))
37
37
  - `confluence create` - Create new pages with support for Markdown, HTML, and Storage formats
38
38
  - `confluence update` - Update existing page content and titles
39
39
  - `confluence edit` - Export page content for editing workflow
40
40
  - Support for reading content from files or inline
41
41
  - Markdown to Confluence Storage format conversion
42
42
  * **content formats**: support multiple input formats
43
- <<<<<<< HEAD
44
43
  - Markdown format with automatic conversion using `markdown` macro
45
44
  - HTML format with direct Storage format integration
46
- =======
47
- - Markdown format with automatic conversion
48
- - HTML format with Storage format wrapping
49
- >>>>>>> origin/main
50
45
  - Native Confluence Storage format
51
46
  * **examples**: add sample files and demo scripts for new features
52
47
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "confluence-cli",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "A command-line interface for Atlassian Confluence with page creation and editing capabilities",
5
5
  "main": "index.js",
6
6
  "bin": {