Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Jan 17, 2020
1 parent 9b6dcbc commit bb7c555
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [0.4.0](https://github.com/fivethree-team/vscode-hugo-snippets/compare/v0.2.0...v0.4.0) (2020-01-12)


### Bug Fixes

* **figure:** correct closing tag for template ([f41d7c9](https://github.com/fivethree-team/vscode-hugo-snippets/commit/f41d7c93901094e794a5ed01c95e97552170a5e2))


### Features

* **conditional:** add if and with conditionals ([f216627](https://github.com/fivethree-team/vscode-hugo-snippets/commit/f216627f8396d18f6a4bc1e03cfd25cf99fefbb5))
* **markdown:** how to trigger snippets in markdown file ([1384599](https://github.com/fivethree-team/vscode-hugo-snippets/commit/13845991267445d90b31d50369c2d69fa1ec7eb2))
* **range:** add range for data ([9b6dcbc](https://github.com/fivethree-team/vscode-hugo-snippets/commit/9b6dcbc7cecbeb0d62379c96c022d371596cff05))
* **variables:** lastmod, publishDate, readingTime, wordCount ([a5092b2](https://github.com/fivethree-team/vscode-hugo-snippets/commit/a5092b2203a03569c829c7b168e3cf7f7cd906d6))



# [0.3.0](https://github.com/fivethree-team/vscode-hugo-snippets/compare/v0.2.0...v0.3.0) (2019-07-03)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-hugo-snippets",
"displayName": "Hugo Snippets",
"description": "Hugo Snippets for VS Code",
"version": "0.3.0",
"version": "0.4.0",
"license": "MIT",
"publisher": "fivethree",
"icon": "icons/icon.png",
Expand Down Expand Up @@ -47,4 +47,4 @@
"vscode:publish": "vsce publish",
"version": "conventional-changelog -p angular -i ./CHANGELOG.md -s"
}
}
}

0 comments on commit bb7c555

Please sign in to comment.