diff --git a/CHANGELOG.md b/CHANGELOG.md index c5b3337..9946822 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.2.8](https://github.com/marko-js/webpack/compare/v6.2.7...v6.2.8) (2020-08-10) + + +### Bug Fixes + +* webpack incorrectly merging expressions in prod ([61e4f76](https://github.com/marko-js/webpack/commit/61e4f76ad34be2094ad912356ab2c9736b0c3e84)) + ### [6.2.7](https://github.com/marko-js/webpack/compare/v6.2.6...v6.2.7) (2020-08-10) diff --git a/package-lock.json b/package-lock.json index c6c7fcb..478d0db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@marko/webpack", - "version": "6.2.7", + "version": "6.2.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2f7f32b..507f7d6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@marko/webpack", "description": "a Marko plugin and loader for Webpack", - "version": "6.2.7", + "version": "6.2.8", "bugs": "https://github.com/marko-js/webpack/issues", "dependencies": { "base-x": "^3.0.7",