Skip to content

Commit ceae175

Browse files
committed
chore(unic-confluence): update plugin version to 3.0.0 and document breaking changes in changelog
1 parent 9c301da commit ceae175

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

apps/claude-code/unic-confluence/.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"name": "unic-confluence",
2222
"source": "./",
2323
"tags": ["productivity", "documentation"],
24-
"version": "2.2.0"
24+
"version": "3.0.0"
2525
}
2626
]
2727
}

apps/claude-code/unic-confluence/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"keywords": ["confluence", "markdown", "publish", "unic"],
1010
"license": "LGPL-3.0-or-later",
1111
"name": "unic-confluence",
12-
"version": "2.2.0"
12+
"version": "3.0.0"
1313
}

apps/claude-code/unic-confluence/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Breaking
1111

12+
- (none)
13+
14+
### Added
15+
16+
- (none)
17+
18+
### Fixed
19+
20+
- (none)
21+
22+
## [3.0.0] — 2026-04-30
23+
24+
### Breaking
25+
1226
- Plugin renamed from `confluence-publish` to `unic-confluence`; update `enabledPlugins` in `settings.json` from `"confluence-publish@unic": true` to `"unic-confluence@unic": true` and reinstall the plugin
1327
- Command file renamed from `confluence-publish.md` to `unic-confluence.md`; the slash command is now `/unic-confluence:unic-confluence`
1428

apps/claude-code/unic-confluence/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
"verify:changelog": "unic-verify-changelog"
2929
},
3030
"type": "module",
31-
"version": "2.2.0"
31+
"version": "3.0.0"
3232
}

0 commit comments

Comments
 (0)