diff --git a/CHANGELOG.md b/CHANGELOG.md index 85c76d7..ce91056 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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.2.0](https://github.com/anpigon/obsidian-steemit-plugin/compare/0.1.7...0.2.0) (2023-01-10) + + +### Features + +* 보상 옵션 추가 ([f7fddc0](https://github.com/anpigon/obsidian-steemit-plugin/commit/f7fddc03828bd6b0a915b7b9509d1f849b42a534)) +* 보상옵션 ([a14567e](https://github.com/anpigon/obsidian-steemit-plugin/commit/a14567eb8b268be468e0445a4c4ef9a67a86a5cb)) +* cached AllSubscriptions API ([33990df](https://github.com/anpigon/obsidian-steemit-plugin/commit/33990df55138630c47fd90230c225c743c9689c8)) + + +### Bug Fixes + +* memcached 타입 정의 ([e5bd5c3](https://github.com/anpigon/obsidian-steemit-plugin/commit/e5bd5c303f9c3c86bd11327ae3ccc32b8d210761)) + ### [0.1.8](https://github.com/anpigon/obsidian-steemit-plugin/compare/0.1.7...0.1.8) (2022-11-27) diff --git a/manifest.json b/manifest.json index 3951c03..a6d2ab6 100755 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-steemit", "name": "Steemit", - "version": "0.1.8", + "version": "0.2.0", "minAppVersion": "0.15.0", "description": "A plugin for publishing Obsidian documents to Steemit.", "author": "anpigon", diff --git a/package.json b/package.json index f4093bc..74c8a8f 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-steemit", - "version": "0.1.8", + "version": "0.2.0", "description": "A plugin for publishing Obsidian documents to Steemit. (https://steemit.com)", "main": "main.js", "scripts": {