Skip to content

Commit

Permalink
chore(release): 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlafroscia committed Mar 26, 2021
1 parent e7ab905 commit 5c0d329
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.4.2](https://github.com/alexlafroscia/vite-plugin-handlebars/compare/v1.4.1...v1.4.2) (2021-03-26)

### Bug Fixes

- avoid disrupting HMR ([e7ab905](https://github.com/alexlafroscia/vite-plugin-handlebars/commit/e7ab905d48db37b79e8eefbda6471a70e310f8ca)), closes [#38](https://github.com/alexlafroscia/vite-plugin-handlebars/issues/38)

### [1.4.1](https://github.com/alexlafroscia/vite-plugin-handlebars/compare/v1.4.0...v1.4.1) (2021-03-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-handlebars",
"version": "1.4.1",
"version": "1.4.2",
"description": "Vite plugin for Handlebars support in HTML",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit 5c0d329

Please sign in to comment.