From b096194963725636a629fda1282da82965a655dd Mon Sep 17 00:00:00 2001 From: anpigon Date: Wed, 27 Jul 2022 14:23:32 +0900 Subject: [PATCH] chore(release): 0.1.5 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5d9592..d074383 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.1.5](https://github.com/anpigon/obsidian-steemit-plugin/compare/0.1.4...0.1.5) (2022-07-27) + ### [0.1.4](https://github.com/anpigon/obsidian-steemit-plugin/compare/0.1.3...0.1.4) (2022-07-27) ### [0.1.3](https://github.com/anpigon/obsidian-steemit-plugin/compare/0.1.2...0.1.3) (2022-07-27) diff --git a/manifest.json b/manifest.json index 68a582e..073d4ea 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-steemit", "name": "Steemit", - "version": "0.1.4", + "version": "0.1.5", "minAppVersion": "0.12.0", "description": "A plugin for publishing Obsidian documents to Steemit.", "author": "anpigon", diff --git a/package.json b/package.json index 0b355f3..277b1a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-steemit", - "version": "0.1.4", + "version": "0.1.5", "description": "A plugin for publishing Obsidian documents to Steemit. (https://steemit.com)", "main": "main.js", "scripts": {