Skip to content

Commit

Permalink
chore(release): 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
devbean committed Apr 10, 2023
1 parent e5ad368 commit b2f88d5
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.13.2](https://github.com/devbean/obsidian-wordpress/compare/0.13.1...0.13.2) (2023-04-10)


### Features

* Ignore chooser modal if there is only one profile. ([bfdfd42](https://github.com/devbean/obsidian-wordpress/commit/bfdfd42925bae5f16f9c1026f1a5cc37c52fd16c))


### Bug Fixes

* XML-RPC parse bugs. ([15e2d15](https://github.com/devbean/obsidian-wordpress/commit/15e2d15c2f90c43b8bdba7d1cbacd79130d1dcaa))

### [0.13.1](https://github.com/devbean/obsidian-wordpress/compare/0.13.0...0.13.1) (2023-04-10)

## [0.13.0](https://github.com/devbean/obsidian-wordpress/compare/0.12.0...0.13.0) (2023-04-06)
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "obsidian-wordpress",
"name": "WordPress",
"version": "0.13.1",
"version": "0.13.2",
"minAppVersion": "0.12.0",
"description": "A plugin for publishing Obsidian documents to WordPress.",
"author": "devbean",
"isDesktopOnly": false
}
}
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.13.1",
"version": "0.13.2",
"description": "A plugin for publishing Obsidian documents to WordPress.",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit b2f88d5

Please sign in to comment.