diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dc2274..20b4b32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.4](https://github.com/devbean/obsidian-wordpress/compare/0.13.3...0.13.4) (2023-04-12) + + +### Bug Fixes + +* Do not create an empty default profile at startup. ([e59acce](https://github.com/devbean/obsidian-wordpress/commit/e59accef7a45114481d2d009c4b3a20dac534c13)) +* No publish button when newly install. ([409d752](https://github.com/devbean/obsidian-wordpress/commit/409d752bf6a0316cb31f90a1ae9c3da1cd2b394d)) + ### [0.13.3](https://github.com/devbean/obsidian-wordpress/compare/0.13.2...0.13.3) (2023-04-11) diff --git a/manifest.json b/manifest.json index fe614cb..bc08894 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "obsidian-wordpress", "name": "WordPress", - "version": "0.13.3", + "version": "0.13.4", "minAppVersion": "0.12.0", "description": "A plugin for publishing Obsidian documents to WordPress.", "author": "devbean", "isDesktopOnly": false -} \ No newline at end of file +} diff --git a/package-lock.json b/package-lock.json index 78dc957..5e170fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-wordpress", - "version": "0.13.3", + "version": "0.13.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-wordpress", - "version": "0.13.3", + "version": "0.13.4", "license": "Apache-2.0", "devDependencies": { "@types/js-yaml": "^4.0.5", diff --git a/package.json b/package.json index 2dba772..ebd1acc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-wordpress", - "version": "0.13.3", + "version": "0.13.4", "description": "A plugin for publishing Obsidian documents to WordPress.", "main": "main.js", "scripts": {