diff --git a/CHANGELOG.md b/CHANGELOG.md index d996943..efc770b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [6.0.1](https://github.com/marko-js/webpack/compare/v6.0.0...v6.0.1) (2020-07-06) + + +### Bug Fixes + +* head transformer append scripts inside for Marko 5 ([cd66494](https://github.com/marko-js/webpack/commit/cd664945f31a2159ffb246e0bd8f729cfc66bd5c)) + ## [6.0.0](https://github.com/marko-js/webpack/compare/v5.0.3...v6.0.0) (2020-04-27) diff --git a/package-lock.json b/package-lock.json index e36261e..6d6a4b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@marko/webpack", - "version": "6.0.0", + "version": "6.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ca33085..daed68c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@marko/webpack", "description": "a Marko plugin and loader for Webpack", - "version": "6.0.0", + "version": "6.0.1", "bugs": "https://github.com/marko-js/webpack/issues", "dependencies": { "base-x": "^3.0.7",