Skip to content

Commit f67324d

Browse files
committed
Update manifest for release.
1 parent cff9ff7 commit f67324d

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+
## [4.6.0](https://github.com/markdown-confluence/markdown-confluence/compare/obsidian-confluence-v4.5.0...obsidian-confluence-v4.6.0) (2023-04-28)
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.5.0 to 4.6.0
23+
* @markdown-confluence/mermaid-electron-renderer bumped from 4.5.0 to 4.6.0
24+
1025
## [4.5.0](https://github.com/markdown-confluence/markdown-confluence/compare/obsidian-confluence-v4.4.0...obsidian-confluence-v4.5.0) (2023-04-28)
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": "4.5.0",
4+
"version": "4.6.0",
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": "4.5.0",
3+
"version": "4.6.0",
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.5.0",
36-
"@markdown-confluence/mermaid-electron-renderer": "4.5.0"
35+
"@markdown-confluence/lib": "4.6.0",
36+
"@markdown-confluence/mermaid-electron-renderer": "4.6.0"
3737
},
3838
"resolutions": {
3939
"prosemirror-model": "1.14.3"

0 commit comments

Comments
 (0)