diff --git a/CHANGELOG.md b/CHANGELOG.md index 4074bfc..1f32b1d 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.1.7](https://github.com/anpigon/obsidian-steemit-plugin/compare/0.1.6...0.1.7) (2022-09-25) + + +### Features + +* removeObsidianComments function ([f7e156b](https://github.com/anpigon/obsidian-steemit-plugin/commit/f7e156bec245a4dfde1e63b942376d83afc9b130)) + ### [0.1.6](https://github.com/anpigon/obsidian-steemit-plugin/compare/0.1.5...0.1.6) (2022-09-20) diff --git a/manifest.json b/manifest.json index 06f506d..4babc22 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-steemit", "name": "Steemit", - "version": "0.1.6", + "version": "0.1.7", "minAppVersion": "0.12.0", "description": "A plugin for publishing Obsidian documents to Steemit.", "author": "anpigon", diff --git a/package.json b/package.json index 631b7f1..758dc27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-steemit", - "version": "0.1.6", + "version": "0.1.7", "description": "A plugin for publishing Obsidian documents to Steemit. (https://steemit.com)", "main": "main.js", "scripts": {