diff --git a/CHANGELOG.md b/CHANGELOG.md index 36c0266..2240959 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## 0.1.2 (2019-05-16) + + +### Bug Fixes + +* **md:** use markdown identifier ([f548c4d](https://github.com/fivethree-team/vscode-hugo-snippets/commit/f548c4d)) + + +### Features + +* **hugo:** shortcodes, partials and page variables ([9c836f3](https://github.com/fivethree-team/vscode-hugo-snippets/commit/9c836f3)) +* **shortcodes:** figure, gist, instagram, ref, tweet, vimeo, youtube ([fd39c41](https://github.com/fivethree-team/vscode-hugo-snippets/commit/fd39c41)) + + + ## 0.1.1 (2019-04-27) diff --git a/package.json b/package.json index 1e89af6..843e607 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-hugo-snippets", "displayName": "Hugo Snippets", "description": "Hugo Snippets for VS Code", - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "publisher": "fivethree", "repository": {