Skip to content

Commit c9cc52c

Browse files
committed
Update manifest for release.
1 parent 31d3e08 commit c9cc52c

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@
77
* @markdown-confluence/lib bumped from 3.0.4 to 3.0.0
88
* @markdown-confluence/mermaid-electron-renderer bumped from 3.0.4 to 3.0.0
99

10+
## [5.2.2](https://github.com/markdown-confluence/markdown-confluence/compare/obsidian-confluence-v5.2.1...obsidian-confluence-v5.2.2) (2023-05-10)
11+
12+
13+
### Miscellaneous Chores
14+
15+
* **obsidian-confluence:** Synchronize obsidian packages versions
16+
17+
18+
### Dependencies
19+
20+
* The following workspace dependencies were updated
21+
* dependencies
22+
* @markdown-confluence/lib bumped from 5.2.1 to 5.2.2
23+
* @markdown-confluence/mermaid-electron-renderer bumped from 5.2.1 to 5.2.2
24+
1025
## [5.2.1](https://github.com/markdown-confluence/markdown-confluence/compare/obsidian-confluence-v5.2.0...obsidian-confluence-v5.2.1) (2023-05-10)
1126

1227

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "confluence-integration",
33
"name": "Confluence Integration",
4-
"version": "5.2.1",
4+
"version": "5.2.2",
55
"minAppVersion": "1.0.0",
66
"description": "This plugin allows you to publish your notes to Confluence",
77
"author": "andymac4182",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-confluence",
3-
"version": "5.2.1",
3+
"version": "5.2.2",
44
"description": "This library allows you to publish your notes to Confluence",
55
"main": "main.js",
66
"type": "module",
@@ -24,8 +24,8 @@
2424
"mime-types": "^2.1.35",
2525
"react": "^16.14.0",
2626
"react-dom": "^16.14.0",
27-
"@markdown-confluence/lib": "5.2.1",
28-
"@markdown-confluence/mermaid-electron-renderer": "5.2.1"
27+
"@markdown-confluence/lib": "5.2.2",
28+
"@markdown-confluence/mermaid-electron-renderer": "5.2.2"
2929
},
3030
"resolutions": {
3131
"prosemirror-model": "1.14.3"

0 commit comments

Comments
 (0)