Skip to content

Commit

Permalink
chore(release): 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devbean committed Dec 18, 2023
1 parent 296e1e0 commit 155773e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

## [0.17.0](https://github.com/devbean/obsidian-wordpress/compare/0.16.0...0.17.0) (2023-12-18)


### Features

* Obsidian comments could be ignored or convert to HTML comments. ([296e1e0](https://github.com/devbean/obsidian-wordpress/commit/296e1e0cf422e101ab87d4bf8312187468832552))


### Bug Fixes

* Image src is not correct if replace media links is disabled. ([60cf917](https://github.com/devbean/obsidian-wordpress/commit/60cf9173220d45ae37f6c80c1c40e32dcd1470fa))
* No back button for modals on some mobile. ([98258bc](https://github.com/devbean/obsidian-wordpress/commit/98258bc1b707650e121cd6f0b3367d7d268741f8))

## [0.16.0](https://github.com/devbean/obsidian-wordpress/compare/0.15.0...0.16.0) (2023-12-08)

__For wordpress.com users, in order to fetch types, the new scope `sites` is needed,
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "obsidian-wordpress",
"name": "WordPress",
"version": "0.16.0",
"version": "0.17.0",
"minAppVersion": "1.1.1",
"description": "A plugin for publishing Obsidian documents to WordPress.",
"author": "devbean",
"isDesktopOnly": false,
"fundingUrl": "https://www.buymeacoffee.com/devbean"
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-wordpress",
"version": "0.16.0",
"version": "0.17.0",
"description": "A plugin for publishing Obsidian documents to WordPress.",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 155773e

Please sign in to comment.