Skip to content

Commit

Permalink
Merge pull request #25 from hackmdio/release/1.1.1
Browse files Browse the repository at this point in the history
Release 1.1.1
  • Loading branch information
Yukaii authored Jul 8, 2020
2 parents 62c8d47 + 3f5e8a6 commit c2c6c22
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
8 changes: 1 addition & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
[Checkout the complete changelog](https://hackmd.io/@docs/vscode-hackmd-release-notes)
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

0 comments on commit c2c6c22

Please sign in to comment.