From 67bb1abfc5824d86e02289f468c7dcee9f1c2b9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Filho?= Date: Fri, 7 Feb 2025 12:55:35 -0300 Subject: [PATCH 1/2] fix: update azion package version to ~1.14.2 (#431) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d5b701c2..fbdb3a2f 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "ajv-errors": "^3.0.0", "ajv-keywords": "^5.1.0", "assert": "^2.0.0", - "azion": "~1.14.0", + "azion": "~1.14.2", "babel-loader": "^9.2.1", "bottleneck": "^2.19.5", "browserify-zlib": "^0.2.0", diff --git a/yarn.lock b/yarn.lock index 21dd64f3..2aeb8138 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2327,10 +2327,10 @@ axios@^1.6.1: form-data "^4.0.0" proxy-from-env "^1.1.0" -azion@~1.14.0: - version "1.14.1" - resolved "https://registry.yarnpkg.com/azion/-/azion-1.14.1.tgz#d854ca7a93d3bb094fcd8b22ba80f8cc1454fe44" - integrity sha512-tTI7cCf1g4eZcxUdWwkqIP9lMIu2t6z5VZEw1a0giTV9SGEASib3SvuEZ8ES0235x7+w8g9gz03ATLIzmjIJ8g== +azion@~1.14.2: + version "1.14.2" + resolved "https://registry.yarnpkg.com/azion/-/azion-1.14.2.tgz#4f7dbe0ff273e1418d458b1cfa641f32bdf7d520" + integrity sha512-NMrRPS3Dskl29jWMHwGtIcarwwmxhjZrLxdlzpZF0kxWMojhRKgd1Y8/5irBajLNjfGe7WbXukRTLZQH5Mnjhw== dependencies: chalk "^5.3.0" crypto-browserify "^3.12.1" From 23c4d61dc2f150a3bfdce0fb468d5baf779f61aa Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 7 Feb 2025 15:56:26 +0000 Subject: [PATCH 2/2] chore(release): 4.6.1-stage.1 [skip ci] ### [4.6.1-stage.1](https://github.com/aziontech/bundler/compare/v4.6.0...v4.6.1-stage.1) (2025-02-07) ### Bug Fixes * update azion package version to ~1.14.2 ([#431](https://github.com/aziontech/bundler/issues/431)) ([67bb1ab](https://github.com/aziontech/bundler/commit/67bb1abfc5824d86e02289f468c7dcee9f1c2b9e)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b29f8baf..ff4e9386 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [4.6.1-stage.1](https://github.com/aziontech/bundler/compare/v4.6.0...v4.6.1-stage.1) (2025-02-07) + + +### Bug Fixes + +* update azion package version to ~1.14.2 ([#431](https://github.com/aziontech/bundler/issues/431)) ([67bb1ab](https://github.com/aziontech/bundler/commit/67bb1abfc5824d86e02289f468c7dcee9f1c2b9e)) + ## [4.6.0](https://github.com/aziontech/bundler/compare/v4.5.0...v4.6.0) (2025-02-06) diff --git a/package.json b/package.json index fbdb3a2f..3d430abc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "edge-functions", "type": "module", - "version": "4.6.0", + "version": "4.6.1-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": {