diff --git a/CHANGELOG.md b/CHANGELOG.md index 84c6d58..4cae92d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.2.0](https://github.com/aidenlx/mx-bili-plugin/compare/0.1.0...0.2.0) (2021-07-26) + + +### Features + +* random port when default port is used ([74ed1d6](https://github.com/aidenlx/mx-bili-plugin/commit/74ed1d65993bf567c2257018b4670f1dc7a78dc2)) + # 0.1.0 (2021-07-25) diff --git a/README.md b/README.md index 10f516e..3cb7a9b 100755 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Note: This plugin will open a reverse proxy server at port 2233 by default. If t ## Compatibility -The required API feature is only available for Obsidian v0.12.2+. +The required API feature is only available for Obsidian v0.12.2+. ## Installation diff --git a/manifest.json b/manifest.json index cd06161..5c58917 100755 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "mx-bili-plugin", "name": "Media Extended BiliBili Plugin", - "version": "0.1.0", + "version": "0.2.0", "minAppVersion": "0.12.2", "description": "Add advanced bilibili videos support for Media Extended plugin", "author": "AidenLx", diff --git a/package.json b/package.json index 0ccea87..e780207 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mx-bili-plugin", - "version": "0.1.0", + "version": "0.2.0", "description": "Add advanced bilibili videos support for Media Extended plugin", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index fe9cbc1..7f1f92d 100755 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "0.1.0": "0.12.2" + "0.1.0": "0.12.2", + "0.2.0": "0.12.2" }