From 155773eb892368ce13f37f0691ff51433a91b834 Mon Sep 17 00:00:00 2001 From: Cheng Liang Date: Mon, 18 Dec 2023 09:58:18 +0800 Subject: [PATCH] chore(release): 0.17.0 --- CHANGELOG.md | 13 +++++++++++++ manifest.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 352e035..b5da03c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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, diff --git a/manifest.json b/manifest.json index 3d7f345..5aa4ef4 100644 --- a/manifest.json +++ b/manifest.json @@ -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" -} \ No newline at end of file +} diff --git a/package-lock.json b/package-lock.json index 65ff34a..9e41e11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-wordpress", - "version": "0.16.0", + "version": "0.17.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-wordpress", - "version": "0.16.0", + "version": "0.17.0", "license": "Apache-2.0", "devDependencies": { "@types/js-yaml": "^4.0.5", diff --git a/package.json b/package.json index f750aea..e3491e1 100644 --- a/package.json +++ b/package.json @@ -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": {