diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f7eaa8..1a8405e 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. +## [9.1.0](https://github.com/marko-js/webpack/compare/v9.0.3...v9.1.0) (2021-09-14) + + +### Features + +* add hmr support ([de097f0](https://github.com/marko-js/webpack/commit/de097f0fe508fa8320433f27c29e867d45d2a323)) + ### [9.0.3](https://github.com/marko-js/webpack/compare/v9.0.2...v9.0.3) (2021-06-07) diff --git a/package-lock.json b/package-lock.json index f07e1a6..5eb072f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@marko/webpack", - "version": "9.0.3", + "version": "9.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ed19d37..a8a0904 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@marko/webpack", "description": "a Marko plugin and loader for Webpack", - "version": "9.0.3", + "version": "9.1.0", "bugs": "https://github.com/marko-js/webpack/issues", "dependencies": { "escape-string-regexp": "^4.0.0",