Skip to content

Commit 80cf791

Browse files
chore(release): 0.4.1 [skip ci]
### [0.4.1](v0.4.0...v0.4.1) (2020-09-09) ### Bug Fixes * **deps:** [security] bump handlebars from 4.3.0 to 4.6.0 ([#102](#102)) ([8469bbd](8469bbd))
1 parent dadacea commit 80cf791

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.1](https://github.com/mixmaxhq/rollup-plugin-handlebars-plus/compare/v0.4.0...v0.4.1) (2020-09-09)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** [security] bump handlebars from 4.3.0 to 4.6.0 ([#102](https://github.com/mixmaxhq/rollup-plugin-handlebars-plus/issues/102)) ([8469bbd](https://github.com/mixmaxhq/rollup-plugin-handlebars-plus/commit/8469bbd5dbdddb9bd92d58092b07a53df74f7baf))
7+
18
## [0.4.0](https://github.com/mixmaxhq/rollup-plugin-handlebars-plus/compare/v0.3.0...v0.4.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.4.0",
3+
"version": "0.4.1",
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)