Skip to content

Commit b2f88d5

Browse files
committed
chore(release): 0.13.2
1 parent e5ad368 commit b2f88d5

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.13.2](https://github.com/devbean/obsidian-wordpress/compare/0.13.1...0.13.2) (2023-04-10)
6+
7+
8+
### Features
9+
10+
* Ignore chooser modal if there is only one profile. ([bfdfd42](https://github.com/devbean/obsidian-wordpress/commit/bfdfd42925bae5f16f9c1026f1a5cc37c52fd16c))
11+
12+
13+
### Bug Fixes
14+
15+
* XML-RPC parse bugs. ([15e2d15](https://github.com/devbean/obsidian-wordpress/commit/15e2d15c2f90c43b8bdba7d1cbacd79130d1dcaa))
16+
517
### [0.13.1](https://github.com/devbean/obsidian-wordpress/compare/0.13.0...0.13.1) (2023-04-10)
618

719
## [0.13.0](https://github.com/devbean/obsidian-wordpress/compare/0.12.0...0.13.0) (2023-04-06)

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"id": "obsidian-wordpress",
33
"name": "WordPress",
4-
"version": "0.13.1",
4+
"version": "0.13.2",
55
"minAppVersion": "0.12.0",
66
"description": "A plugin for publishing Obsidian documents to WordPress.",
77
"author": "devbean",
88
"isDesktopOnly": false
9-
}
9+
}

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.13.1",
3+
"version": "0.13.2",
44
"description": "A plugin for publishing Obsidian documents to WordPress.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)