Skip to content

Commit

Permalink
Release 4.6.1 (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbsfilho authored Feb 10, 2025
2 parents 3f3498a + 23c4d61 commit 89196b5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 89196b5

Please sign in to comment.