diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f5886d..87c896f 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.9.1](https://github.com/devbean/obsidian-wordpress/compare/0.9.0...0.9.1) (2023-02-07) + + +### Bug Fixes + +* Compile errors. ([b37ee81](https://github.com/devbean/obsidian-wordpress/commit/b37ee81a53a5322adb67eafb51cf737a5628a45c)) + ## [0.9.0](https://github.com/devbean/obsidian-wordpress/compare/0.8.0...0.9.0) (2023-02-07) diff --git a/manifest.json b/manifest.json index dd3e88c..9703a6d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "obsidian-wordpress", "name": "WordPress", - "version": "0.9.0", + "version": "0.9.1", "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 7be9975..6dec8b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-wordpress", - "version": "0.9.0", + "version": "0.9.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-wordpress", - "version": "0.9.0", + "version": "0.9.1", "license": "Apache-2.0", "devDependencies": { "@types/lodash-es": "^4.17.6", diff --git a/package.json b/package.json index 42f7fcb..23fac20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-wordpress", - "version": "0.9.0", + "version": "0.9.1", "description": "A plugin for publishing Obsidian documents to WordPress.", "main": "main.js", "scripts": {