Skip to content

Commit 8a1efb1

Browse files
committed
0.11.2
1 parent 5e2398e commit 8a1efb1

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.11.2](https://github.com/stroiman/obsidian-dev-publish/compare/0.11.1...0.11.2) (2024-07-08)
2+
3+
4+
### Bug Fixes
5+
6+
* Handle medialinks in footnotes ([1f8b78d](https://github.com/stroiman/obsidian-dev-publish/commit/1f8b78db662882cca7a74ee58c8a63017baf79bf))
7+
8+
9+
110
## [0.11.1](https://github.com/stroiman/obsidian-dev-publish/compare/0.11.0...0.11.1) (2024-07-07)
211

312

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "publish-to-dev",
33
"name": "Publish to DEV",
4-
"version": "0.11.1",
4+
"version": "0.11.2",
55
"minAppVersion": "0.15.0",
66
"description": "Publish and update notes as articles on DEV (https://dev.to)",
77
"author": "Peter Strøiman",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-sample-plugin",
3-
"version": "0.11.1",
3+
"version": "0.11.2",
44
"description": "Obsidian plugin to publish obsidian notes to DEV",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
"0.9.0": "0.15.0",
1111
"0.10.0": "0.15.0",
1212
"0.11.0": "0.15.0",
13-
"0.11.1": "0.15.0"
13+
"0.11.1": "0.15.0",
14+
"0.11.2": "0.15.0"
1415
}

0 commit comments

Comments
 (0)