Skip to content

Commit cac9b20

Browse files
chore(release): 0.4.0 [skip ci]
## [0.4.0](v0.3.0...v0.4.0) (2020-09-09) ### Features * support pure helper definitions ([f38c9ea](f38c9ea))
1 parent 0972d65 commit cac9b20

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.4.0](https://github.com/mixmaxhq/rollup-plugin-handlebars-plus/compare/v0.3.0...v0.4.0) (2020-09-09)
2+
3+
4+
### Features
5+
6+
* support pure helper definitions ([f38c9ea](https://github.com/mixmaxhq/rollup-plugin-handlebars-plus/commit/f38c9eab41476e8fead4107878b194f3239b53ff))
7+
18
## [0.3.0](https://github.com/mixmaxhq/rollup-plugin-handlebars-plus/compare/v0.2.5...v0.3.0) (2020-09-09)
29

310

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-handlebars-plus",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Rollup plugin to compile Handlebars templates including support for partials and more.",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)