From beb09bccec78f4f05c5ab879f56c59ddaa70d7ec Mon Sep 17 00:00:00 2001 From: anpigon Date: Wed, 20 Dec 2023 22:59:34 +0900 Subject: [PATCH] chore(release): 0.3.0 --- 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 ce91056..63d98de 100755 --- 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.3.0](https://github.com/anpigon/obsidian-steemit-plugin/compare/0.3.0-beta-2...0.3.0) (2023-12-20) + ## [0.2.0](https://github.com/anpigon/obsidian-steemit-plugin/compare/0.1.7...0.2.0) (2023-01-10) diff --git a/manifest.json b/manifest.json index 06c00e7..ee7575f 100755 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-steemit", "name": "Steemit", - "version": "0.2.0", + "version": "0.3.0", "minAppVersion": "1.4.5", "description": "A plugin for publishing Obsidian documents to Steemit.", "author": "anpigon", diff --git a/package.json b/package.json index 1d4f86f..ad52ec4 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-steemit", - "version": "0.2.0", + "version": "0.3.0", "description": "A plugin for publishing Obsidian documents to Steemit. (https://steemit.com)", "main": "main.js", "scripts": {