Skip to content

Commit 155773e

Browse files
committed
chore(release): 0.17.0
1 parent 296e1e0 commit 155773e

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.17.0](https://github.com/devbean/obsidian-wordpress/compare/0.16.0...0.17.0) (2023-12-18)
6+
7+
8+
### Features
9+
10+
* Obsidian comments could be ignored or convert to HTML comments. ([296e1e0](https://github.com/devbean/obsidian-wordpress/commit/296e1e0cf422e101ab87d4bf8312187468832552))
11+
12+
13+
### Bug Fixes
14+
15+
* Image src is not correct if replace media links is disabled. ([60cf917](https://github.com/devbean/obsidian-wordpress/commit/60cf9173220d45ae37f6c80c1c40e32dcd1470fa))
16+
* No back button for modals on some mobile. ([98258bc](https://github.com/devbean/obsidian-wordpress/commit/98258bc1b707650e121cd6f0b3367d7d268741f8))
17+
518
## [0.16.0](https://github.com/devbean/obsidian-wordpress/compare/0.15.0...0.16.0) (2023-12-08)
619

720
__For wordpress.com users, in order to fetch types, the new scope `sites` is needed,

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": "obsidian-wordpress",
33
"name": "WordPress",
4-
"version": "0.16.0",
4+
"version": "0.17.0",
55
"minAppVersion": "1.1.1",
66
"description": "A plugin for publishing Obsidian documents to WordPress.",
77
"author": "devbean",
88
"isDesktopOnly": false,
99
"fundingUrl": "https://www.buymeacoffee.com/devbean"
10-
}
10+
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-wordpress",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"description": "A plugin for publishing Obsidian documents to WordPress.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)