Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anpigon committed Jan 10, 2023
1 parent be88e9f commit d88652d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit d88652d

Please sign in to comment.