Skip to content

Commit aea1a27

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

14 files changed

+34
-4
lines changed

obsidian/CHANGELOG.md renamed to CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,36 @@
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.8](https://github.com/markdown-confluence/markdown-confluence/compare/obsidian-confluence-v4.2.7...obsidian-confluence-v4.2.8) (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.7 to 4.2.8
23+
* @markdown-confluence/mermaid-electron-renderer bumped from 4.2.7 to 4.2.8
24+
25+
## [4.2.7](https://github.com/markdown-confluence/markdown-confluence/compare/obsidian-confluence-v4.2.6...obsidian-confluence-v4.2.7) (2023-04-26)
26+
27+
28+
### Miscellaneous Chores
29+
30+
* **obsidian-confluence:** Synchronize obsidian packages versions
31+
32+
33+
### Dependencies
34+
35+
* The following workspace dependencies were updated
36+
* dependencies
37+
* @markdown-confluence/lib bumped from 4.2.6 to 4.2.7
38+
* @markdown-confluence/mermaid-electron-renderer bumped from 4.2.6 to 4.2.7
39+
1040
## [4.2.6](https://github.com/markdown-confluence/markdown-confluence/compare/obsidian-confluence-v4.2.5...obsidian-confluence-v4.2.6) (2023-04-26)
1141

1242

File renamed without changes.
File renamed without changes.

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

obsidian/package.json renamed to 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.6",
3+
"version": "4.2.8",
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.6",
36-
"@markdown-confluence/mermaid-electron-renderer": "4.2.6"
35+
"@markdown-confluence/lib": "4.2.8",
36+
"@markdown-confluence/mermaid-electron-renderer": "4.2.8"
3737
},
3838
"resolutions": {
3939
"prosemirror-model": "1.14.3"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)