Skip to content

Commit 5e23290

Browse files
committed
chore(release): 9.3.4
1 parent 5366351 commit 5e23290

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
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.
44

5+
### [9.3.4](https://github.com/marko-js/webpack/compare/v9.3.1...v9.3.4) (2023-11-08)
6+
7+
8+
### Bug Fixes
9+
10+
* avoid making node_module Marko files entries ([5366351](https://github.com/marko-js/webpack/commit/536635123902d2b5d32ab70accd7d95fa6bec14b))
11+
* avoid renderBody-like call to dynamic tag migration by using an alias ([0a87e7f](https://github.com/marko-js/webpack/commit/0a87e7f1170554c6590c0a1e2a67b9c4006b230d))
12+
* use out.global instead of this (renderBody to dynamicTag migrator messes up this) ([383ba6a](https://github.com/marko-js/webpack/commit/383ba6a139a1212a7380da33b6633023200290a1))
13+
514
### [9.3.3](https://github.com/marko-js/webpack/compare/v9.3.2...v9.3.3) (2023-09-11)
615

716

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@marko/webpack",
33
"description": "a Marko plugin and loader for Webpack",
4-
"version": "9.3.3",
4+
"version": "9.3.4",
55
"bugs": "https://github.com/marko-js/webpack/issues",
66
"dependencies": {
77
"escape-string-regexp": "^4.0.0",

0 commit comments

Comments
 (0)