Skip to content

Commit 51a437e

Browse files
committed
Update manifest for release.
1 parent 13fbd0b commit 51a437e

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

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": "4.2.5",
4+
"version": "4.2.6",
55
"minAppVersion": "1.0.0",
66
"description": "This plugin allows you to publish your notes to Confluence",
77
"author": "andymac4182",

obsidian/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+
## [4.2.6](https://github.com/markdown-confluence/markdown-confluence/compare/obsidian-confluence-v4.2.5...obsidian-confluence-v4.2.6) (2023-04-26)
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 4.2.5 to 4.2.6
23+
* @markdown-confluence/mermaid-electron-renderer bumped from 4.2.5 to 4.2.6
24+
1025
## [4.2.5](https://github.com/markdown-confluence/markdown-confluence/compare/obsidian-confluence-v4.2.4...obsidian-confluence-v4.2.5) (2023-04-26)
1126

1227

obsidian/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": "4.2.5",
3+
"version": "4.2.6",
44
"description": "This library allows you to publish your notes to Confluence",
55
"main": "main.js",
66
"type": "module",
@@ -32,8 +32,8 @@
3232
"react": "^16.14.0",
3333
"react-dom": "^16.14.0",
3434
"react-intl-next": "npm:react-intl@^5.18.1",
35-
"@markdown-confluence/lib": "4.2.5",
36-
"@markdown-confluence/mermaid-electron-renderer": "4.2.5"
35+
"@markdown-confluence/lib": "4.2.6",
36+
"@markdown-confluence/mermaid-electron-renderer": "4.2.6"
3737
},
3838
"resolutions": {
3939
"prosemirror-model": "1.14.3"

0 commit comments

Comments
 (0)