From 7adef67b2673bfe24023b03240de6880b727a5b2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 11 Nov 2024 18:03:00 +0000 Subject: [PATCH] chore(release): 4.2.2-stage.1 [skip ci] ### [4.2.2-stage.1](https://github.com/aziontech/bundler/compare/v4.2.1...v4.2.2-stage.1) (2024-11-11) ### Bug Fixes * improve entry file selection logic in buildCommand ([18fee09](https://github.com/aziontech/bundler/commit/18fee090ccad28a0312d2401187b5fa21e2ad407)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46b2303c..d9b583a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [4.2.2-stage.1](https://github.com/aziontech/bundler/compare/v4.2.1...v4.2.2-stage.1) (2024-11-11) + + +### Bug Fixes + +* improve entry file selection logic in buildCommand ([18fee09](https://github.com/aziontech/bundler/commit/18fee090ccad28a0312d2401187b5fa21e2ad407)) + ### [4.2.1](https://github.com/aziontech/bundler/compare/v4.2.0...v4.2.1) (2024-10-28) diff --git a/package.json b/package.json index 89763f67..80df26c8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "edge-functions", "type": "module", - "version": "4.2.1", + "version": "4.2.2-stage.1", "description": "Tool to launch and build JavaScript/Frameworks. This tool automates polyfills for Edge Computing and assists in creating Workers, notably for the Azion platform.", "main": "lib/main.js", "bin": {