diff --git a/CHANGELOG.md b/CHANGELOG.md index 187f711..c393c25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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. +## [5.0.0](https://github.com/marko-js/webpack/compare/v4.3.0...v5.0.0) (2020-03-16) + + +### ⚠ BREAKING CHANGES + +* Webpack now controls async script order. + +### Features + +* load scripts via async script tag ([#34](https://github.com/marko-js/webpack/issues/34)) ([3feb008](https://github.com/marko-js/webpack/commit/3feb008ff85e31cf4c866cbfbd5858606ad67b9c)) + ## [4.3.0](https://github.com/marko-js/webpack/compare/v4.2.0...v4.3.0) (2020-03-15) diff --git a/package-lock.json b/package-lock.json index 175186f..3346a7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@marko/webpack", - "version": "4.3.0", + "version": "5.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5e74c38..87d699f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@marko/webpack", "description": "a Marko plugin and loader for Webpack", - "version": "4.3.0", + "version": "5.0.0", "bugs": "https://github.com/marko-js/webpack/issues", "dependencies": { "base-x": "^3.0.7",