diff --git a/CHANGELOG.md b/CHANGELOG.md index 81d7f78f..59f6cad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.13](https://github.com/svsool/vscode-memo/compare/v0.3.12...v0.3.13) (2021-12-18) + + +### Features + +* Add "Extract range to a new note" command ([da3074a](https://github.com/svsool/vscode-memo/commit/da3074a11a21144812b3c735f6b77170067f171b)) +* Add "Paste HTML as Markdown" command ([501b48b](https://github.com/svsool/vscode-memo/commit/501b48bb0da6154d462e10c87384e7d07e85e4f2)) + ### [0.3.12](https://github.com/svsool/vscode-memo/compare/v0.3.11...v0.3.12) (2021-12-18) ### [0.3.11](https://github.com/svsool/vscode-memo/compare/v0.3.10...v0.3.11) (2021-12-18) diff --git a/package.json b/package.json index 4d95809d..5323c9d9 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Markdown Memo", "description": "Markdown knowledge base with bidirectional [[link]]s built on top of VSCode", "publisher": "svsool", - "version": "0.3.12", + "version": "0.3.13", "author": "Svyatoslav Sobol ", "license": "MIT", "icon": "media/memo.png",