Skip to content

Commit

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

### Features

* adding support in next.js edge 14.x ([#398](#398)) ([b3b89d2](b3b89d2))
* new preset nuxt ([#397](#397)) ([472dab6](472dab6))

### Bug Fixes

* add dependency error handling ([#394](#394)) ([9c4d22c](9c4d22c))
* adding the config build preset when creating azion.config ([#395](#395)) ([cee7366](cee7366))
* removing the import of the azion package when creating the azion.config ([#399](#399)) ([43ef4ab](43ef4ab))
* update error message for invalid build preset ([#396](#396)) ([6ac6159](6ac6159))
  • Loading branch information
semantic-release-bot committed Oct 18, 2024
1 parent ea8f88d commit 1aed046
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [4.2.0](https://github.com/aziontech/bundler/compare/v4.1.0...v4.2.0) (2024-10-18)


### Features

* adding support in next.js edge 14.x ([#398](https://github.com/aziontech/bundler/issues/398)) ([b3b89d2](https://github.com/aziontech/bundler/commit/b3b89d22a477276c526b34bd5259827d1830c51e))
* new preset nuxt ([#397](https://github.com/aziontech/bundler/issues/397)) ([472dab6](https://github.com/aziontech/bundler/commit/472dab6c115871941f87273c544063fef81879d4))


### Bug Fixes

* add dependency error handling ([#394](https://github.com/aziontech/bundler/issues/394)) ([9c4d22c](https://github.com/aziontech/bundler/commit/9c4d22cf678833d3e722de935ab9e6655947369d))
* adding the config build preset when creating azion.config ([#395](https://github.com/aziontech/bundler/issues/395)) ([cee7366](https://github.com/aziontech/bundler/commit/cee7366148ee7f2b69f0ce1a500a28f182117482))
* removing the import of the azion package when creating the azion.config ([#399](https://github.com/aziontech/bundler/issues/399)) ([43ef4ab](https://github.com/aziontech/bundler/commit/43ef4abb24e0049bc7a88fba71868f926ebdbd6b))
* update error message for invalid build preset ([#396](https://github.com/aziontech/bundler/issues/396)) ([6ac6159](https://github.com/aziontech/bundler/commit/6ac6159e1ef4e561f158f357aa3d48bf6a6ea04f))

## [4.2.0-stage.2](https://github.com/aziontech/bundler/compare/v4.2.0-stage.1...v4.2.0-stage.2) (2024-10-17)


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.2.0-stage.2",
"version": "4.2.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 1aed046

Please sign in to comment.