Skip to content

Commit b828e70

Browse files
committed
chore(release): 0.18.0
1 parent 7a19a5f commit b828e70

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.18.0](https://github.com/devbean/obsidian-wordpress/compare/0.17.0...0.18.0) (2023-12-20)
6+
7+
8+
### Features
9+
10+
* Now you can publish private or scheduled posts. ([7a19a5f](https://github.com/devbean/obsidian-wordpress/commit/7a19a5f9abe5bdc5da8a90dfb7128cd8e448f19a))
11+
512
## [0.17.0](https://github.com/devbean/obsidian-wordpress/compare/0.16.0...0.17.0) (2023-12-18)
613

714

manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": "obsidian-wordpress",
33
"name": "WordPress",
4-
"version": "0.17.0",
4+
"version": "0.18.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

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)