diff --git a/packages/build/CHANGELOG.md b/packages/build/CHANGELOG.md index 6d7e671..2192e6d 100644 --- a/packages/build/CHANGELOG.md +++ b/packages/build/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.6](https://github.com/marko-js/cli/compare/@marko/build@4.2.5...@marko/build@4.2.6) (2024-07-26) + + +### Bug Fixes + +* **build:** avoid calling asset middleware in dev mode ([b747c5c](https://github.com/marko-js/cli/commit/b747c5c6097adbea6d0ce311450f6c3f4dcb387a)) + + + + + ## [4.2.5](https://github.com/marko-js/cli/compare/@marko/build@4.2.4...@marko/build@4.2.5) (2022-03-24) diff --git a/packages/build/package.json b/packages/build/package.json index 043e2eb..f3bd64a 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -1,7 +1,7 @@ { "name": "@marko/build", "description": "Utility to serve Marko build a server from a template", - "version": "4.2.5", + "version": "4.2.6", "bugs": "https://github.com/marko-js/cli/issues/new?template=Bug_report.md", "dependencies": { "@babel/core": "^7.17.5", diff --git a/packages/serve/CHANGELOG.md b/packages/serve/CHANGELOG.md index dedeb4d..b6e8774 100644 --- a/packages/serve/CHANGELOG.md +++ b/packages/serve/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.6](https://github.com/marko-js/cli/compare/@marko/serve@4.2.5...@marko/serve@4.2.6) (2024-07-26) + +**Note:** Version bump only for package @marko/serve + + + + + ## [4.2.5](https://github.com/marko-js/cli/compare/@marko/serve@4.2.4...@marko/serve@4.2.5) (2022-03-24) **Note:** Version bump only for package @marko/serve diff --git a/packages/serve/package.json b/packages/serve/package.json index 04dd8c6..82d8891 100644 --- a/packages/serve/package.json +++ b/packages/serve/package.json @@ -1,11 +1,11 @@ { "name": "@marko/serve", "description": "Utility to serve Marko files with a single command", - "version": "4.2.5", + "version": "4.2.6", "bugs": "https://github.com/marko-js/cli/issues/new?template=Bug_report.md", "dependencies": { "@babel/runtime": "^7.17.2", - "@marko/build": "^4.2.5", + "@marko/build": "^4.2.6", "address": "^1.1.2", "argly": "^1.2.0", "chalk": "^4.1.1",