From 8f5b4b66d365d0ba0a9a1a79f738f5907c580938 Mon Sep 17 00:00:00 2001 From: Dylan Piercey Date: Mon, 7 Jun 2021 14:46:33 -0700 Subject: [PATCH] chore(release): 9.0.3 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e590c1..9f7eaa8 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.0.3](https://github.com/marko-js/webpack/compare/v9.0.2...v9.0.3) (2021-06-07) + + +### Bug Fixes + +* issue with runtimeId not forwarded to Marko compiler ([7d5f8e9](https://github.com/marko-js/webpack/commit/7d5f8e942e6ade36648c6bd84a60106f85ca18ad)) + ### [9.0.2](https://github.com/marko-js/webpack/compare/v9.0.1...v9.0.2) (2021-04-17) diff --git a/package-lock.json b/package-lock.json index 7ce9f17..f07e1a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@marko/webpack", - "version": "9.0.2", + "version": "9.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8875276..ed19d37 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.2", + "version": "9.0.3", "bugs": "https://github.com/marko-js/webpack/issues", "dependencies": { "escape-string-regexp": "^4.0.0",