Skip to content

Commit 2217c72

Browse files
chore(release): 2.4.0
[skip ci] ## [2.4.0](v2.3.0...v2.4.0) (2024-02-16) ### Features * add hugo preset ([#192](#192)) ([a59b21a](a59b21a)) * add new gatsby preset ([#231](#231)) ([55e2bf5](55e2bf5)) * adding polyfill for Storage API for local server ([444ea38](444ea38)) * Nextjs routing and edge runtime ([#226](#226)) ([96b1788](96b1788)) * storage api local server ([#214](#214)) ([d793c90](d793c90)) ### Bug Fixes * bannerPlugin webpack injection bug fixed using bundler define ([8acdd5f](8acdd5f)) * bundlers compilation error ([#229](#229)) ([66f091a](66f091a)) * changing external dependencies in webpack as externalsType Module ([0339874](0339874)) * removing the requirement to useNodePolyfill when api external azion ([4b6cc2d](4b6cc2d))
1 parent 2ce91db commit 2217c72

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [2.4.0](https://github.com/aziontech/vulcan/compare/v2.3.0...v2.4.0) (2024-02-16)
2+
3+
4+
### Features
5+
6+
* add hugo preset ([#192](https://github.com/aziontech/vulcan/issues/192)) ([a59b21a](https://github.com/aziontech/vulcan/commit/a59b21a487004c7215631a9e8b6cf74bfd261fc9))
7+
* add new gatsby preset ([#231](https://github.com/aziontech/vulcan/issues/231)) ([55e2bf5](https://github.com/aziontech/vulcan/commit/55e2bf59198c823c976a2c641a5d84b40efe7aef))
8+
* adding polyfill for Storage API for local server ([444ea38](https://github.com/aziontech/vulcan/commit/444ea388801bf6acd2b201426f8296a8ba18cc3e))
9+
* Nextjs routing and edge runtime ([#226](https://github.com/aziontech/vulcan/issues/226)) ([96b1788](https://github.com/aziontech/vulcan/commit/96b17886af0fec67c239da5a5a593c6310edd41f))
10+
* storage api local server ([#214](https://github.com/aziontech/vulcan/issues/214)) ([d793c90](https://github.com/aziontech/vulcan/commit/d793c904ccfb6a5f7bb971f85b8a832c5a5f8e0a))
11+
12+
13+
### Bug Fixes
14+
15+
* bannerPlugin webpack injection bug fixed using bundler define ([8acdd5f](https://github.com/aziontech/vulcan/commit/8acdd5f989848390892243d98326a69324744b82))
16+
* bundlers compilation error ([#229](https://github.com/aziontech/vulcan/issues/229)) ([66f091a](https://github.com/aziontech/vulcan/commit/66f091a3c8591f6edeafd803d940667abe27d4cd))
17+
* changing external dependencies in webpack as externalsType Module ([0339874](https://github.com/aziontech/vulcan/commit/033987430f44026a6285edad2733e53f636ebab2))
18+
* removing the requirement to useNodePolyfill when api external azion ([4b6cc2d](https://github.com/aziontech/vulcan/commit/4b6cc2d8e57297fa577fdb961831d14d4946fdf2))
19+
120
## [2.4.0-stage.5](https://github.com/aziontech/vulcan/compare/v2.4.0-stage.4...v2.4.0-stage.5) (2024-02-15)
221

322

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": "2.4.0-stage.5",
4+
"version": "2.4.0",
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)