diff --git a/CHANGELOG.md b/CHANGELOG.md index 18a1a68..4485434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,3 @@ # Change Log -All notable changes to the "vscode-hackmd" extension will be documented in this file. - -Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. - -## [Unreleased] - -- Initial release \ No newline at end of file +[Checkout the complete changelog](https://hackmd.io/@docs/vscode-hackmd-release-notes) diff --git a/README.md b/README.md index ce8c741..63275fd 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,17 @@ Use the same [HackMD](https://hackmd.io) markdown right in VSCode! [release-notes]: https://hackmd.io/@docs/vscode-hackmd-release-notes +### 1.1.1 + +#### Added + +- HackMD Snippets command + - Use command: `HackMD: Create a code snippet` to create a code snippet on HackMD from selected text range + +#### Fixed + +- Activity icon it not shown ([#23](https://github.com/hackmdio/vscode-hackmd/issues/23)) + ### 1.1.0 #### Added diff --git a/package-lock.json b/package-lock.json index 1b356ec..925336b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-hackmd", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8bca3c8..71c9e30 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-hackmd", "displayName": "HackMD", "description": "The official HackMD Markdown VSCode extension", - "version": "1.1.0", + "version": "1.1.1", "engines": { "vscode": "^1.36.0" },