Skip to content

Commit a564438

Browse files
chore(release): 4.0.1
[skip ci] ### [4.0.1](v4.0.0...v4.0.1) (2024-09-30) ### Bug Fixes * checking if the project's azion.config exists ([#388](#388)) ([88a8dff](88a8dff)) * merge azion.config user with preset azion.config ([#386](#386)) ([8b1054b](8b1054b)) * update azion package to version 1.8.0 ([#389](#389)) ([5f8eebc](5f8eebc))
1 parent 7e8c367 commit a564438

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### [4.0.1](https://github.com/aziontech/bundler/compare/v4.0.0...v4.0.1) (2024-09-30)
2+
3+
4+
### Bug Fixes
5+
6+
* checking if the project's azion.config exists ([#388](https://github.com/aziontech/bundler/issues/388)) ([88a8dff](https://github.com/aziontech/bundler/commit/88a8dff426e1e74ec6c043590746c1dbdcf5435d))
7+
* merge azion.config user with preset azion.config ([#386](https://github.com/aziontech/bundler/issues/386)) ([8b1054b](https://github.com/aziontech/bundler/commit/8b1054b4610c1e9a72fdb165ed7c785c8b15bddf))
8+
* update azion package to version 1.8.0 ([#389](https://github.com/aziontech/bundler/issues/389)) ([5f8eebc](https://github.com/aziontech/bundler/commit/5f8eebc80a19d7ed9a37e8384c9a2c8450e6a4a0))
9+
110
### [4.0.1-stage.3](https://github.com/aziontech/bundler/compare/v4.0.1-stage.2...v4.0.1-stage.3) (2024-09-30)
211

312

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "edge-functions",
33
"type": "module",
4-
"version": "4.0.1-stage.3",
4+
"version": "4.0.1",
55
"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.",
66
"main": "lib/main.js",
77
"bin": {

0 commit comments

Comments
 (0)