diff --git a/CHANGELOG.md b/CHANGELOG.md index b5f1d8c..187f711 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. +## [4.3.0](https://github.com/marko-js/webpack/compare/v4.2.0...v4.3.0) (2020-03-15) + + +### Features + +* skip writing dynamic publicPath if publicPath is in output options ([#31](https://github.com/marko-js/webpack/issues/31)) ([6d117c9](https://github.com/marko-js/webpack/commit/6d117c905f3176ff89f990da28b3f303c43b05ed)) + + +### Bug Fixes + +* include runtimeId in dynamic public path var ([#32](https://github.com/marko-js/webpack/issues/32)) ([d6751af](https://github.com/marko-js/webpack/commit/d6751afce3349078e93e70a7f0461855ca56660f)) + ## [4.2.0](https://github.com/marko-js/webpack/compare/v4.1.3...v4.2.0) (2020-03-14) diff --git a/package-lock.json b/package-lock.json index 48d0eaf..175186f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@marko/webpack", - "version": "4.2.0", + "version": "4.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2a77a7b..5e74c38 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@marko/webpack", "description": "a Marko plugin and loader for Webpack", - "version": "4.2.0", + "version": "4.3.0", "bugs": "https://github.com/marko-js/webpack/issues", "dependencies": { "base-x": "^3.0.7",