diff --git a/CHANGELOG.md b/CHANGELOG.md index b5da03c..fddc5ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.18.0](https://github.com/devbean/obsidian-wordpress/compare/0.17.0...0.18.0) (2023-12-20) + + +### Features + +* Now you can publish private or scheduled posts. ([7a19a5f](https://github.com/devbean/obsidian-wordpress/commit/7a19a5f9abe5bdc5da8a90dfb7128cd8e448f19a)) + ## [0.17.0](https://github.com/devbean/obsidian-wordpress/compare/0.16.0...0.17.0) (2023-12-18) diff --git a/manifest.json b/manifest.json index 5eff5d3..b8b9cc7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "obsidian-wordpress", "name": "WordPress", - "version": "0.17.0", + "version": "0.18.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 14a59f9..ec866ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-wordpress", - "version": "0.17.0", + "version": "0.18.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-wordpress", - "version": "0.17.0", + "version": "0.18.0", "license": "Apache-2.0", "devDependencies": { "@types/js-yaml": "^4.0.5", diff --git a/package.json b/package.json index 62aab00..3451f3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-wordpress", - "version": "0.17.0", + "version": "0.18.0", "description": "A plugin for publishing Obsidian documents to WordPress.", "main": "main.js", "scripts": {