Skip to content

Commit 80470ea

Browse files
committed
0.11.1
1 parent 20da9f6 commit 80470ea

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.1](https://github.com/stroiman/obsidian-dev-publish/compare/0.11.0...0.11.1) (2024-07-07)
2+
3+
4+
### Bug Fixes
5+
6+
* Image upload works when mixed within links ([20da9f6](https://github.com/stroiman/obsidian-dev-publish/commit/20da9f66f0d8c0cae1b36b2425d5df9c47399a5a))
7+
8+
9+
110
# [0.11.0](https://github.com/stroiman/obsidian-dev-publish/compare/0.10.0...0.11.0) (2024-07-06)
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.0",
4+
"version": "0.11.1",
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.0",
3+
"version": "0.11.1",
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
@@ -9,5 +9,6 @@
99
"0.8.0": "0.15.0",
1010
"0.9.0": "0.15.0",
1111
"0.10.0": "0.15.0",
12-
"0.11.0": "0.15.0"
12+
"0.11.0": "0.15.0",
13+
"0.11.1": "0.15.0"
1314
}

0 commit comments

Comments
 (0)