Skip to content

Commit

Permalink
chore(release): 4.1.0
Browse files Browse the repository at this point in the history
[skip ci]
## [4.1.0](v4.0.1...v4.1.0) (2024-10-02)

### Features

* add FetchEventContext class to handle event initialization and args loading ([063c8a5](063c8a5))
* add FetchEventContext class to handle event initialization and args loading ([#392](#392)) ([cad66e4](cad66e4))
  • Loading branch information
semantic-release-bot committed Oct 2, 2024
1 parent e0c0a82 commit 0c7a59c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [4.1.0](https://github.com/aziontech/bundler/compare/v4.0.1...v4.1.0) (2024-10-02)


### Features

* add FetchEventContext class to handle event initialization and args loading ([063c8a5](https://github.com/aziontech/bundler/commit/063c8a59b0cd7e3099038098704a7e1968b27bea))
* add FetchEventContext class to handle event initialization and args loading ([#392](https://github.com/aziontech/bundler/issues/392)) ([cad66e4](https://github.com/aziontech/bundler/commit/cad66e4ce906072b5981eca07c6e1388bec3fd01))

## [4.1.0-stage.1](https://github.com/aziontech/bundler/compare/v4.0.1...v4.1.0-stage.1) (2024-10-02)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "edge-functions",
"type": "module",
"version": "4.1.0-stage.1",
"version": "4.1.0",
"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

0 comments on commit 0c7a59c

Please sign in to comment.