Skip to content

Commit a643d42

Browse files
chore(release): 0.3.0 [skip ci]
## [0.3.0](v0.2.5...v0.3.0) (2020-09-09) ### Features * mark generated Templates as pure ([e589ad2](e589ad2))
1 parent 1b58ad2 commit a643d42

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.3.0](https://github.com/mixmaxhq/rollup-plugin-handlebars-plus/compare/v0.2.5...v0.3.0) (2020-09-09)
2+
3+
4+
### Features
5+
6+
* mark generated Templates as pure ([e589ad2](https://github.com/mixmaxhq/rollup-plugin-handlebars-plus/commit/e589ad2de1d867e6106047ee5e0927d798524f54))
7+
18
### [0.2.5](https://github.com/mixmaxhq/rollup-plugin-handlebars-plus/compare/v0.2.4...v0.2.5) (2019-11-15)
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.2.5",
3+
"version": "0.3.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)