Skip to content

Commit a02da31

Browse files
chore(release): 2.3.0
[skip ci] ## [2.3.0](v2.2.0...v2.3.0) (2024-01-22) ### Features * added building with external api to local runtime ([52bcd13](52bcd13)) * adding partial implementation of async_hooks to local dev ([3665359](3665359)) * resolve external APIs in the local build ([#211](#211)) ([b265ed6](b265ed6)) ### Bug Fixes * angular deliver preset ([#215](#215)) ([5bb2d77](5bb2d77)) * angular preset (deliver) ([f8c12b6](f8c12b6)) * remove versionid ([482fb35](482fb35)) * remove versionid ([#210](#210)) ([e78ea1e](e78ea1e))
1 parent 4c133e3 commit a02da31

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [2.3.0](https://github.com/aziontech/vulcan/compare/v2.2.0...v2.3.0) (2024-01-22)
2+
3+
4+
### Features
5+
6+
* added building with external api to local runtime ([52bcd13](https://github.com/aziontech/vulcan/commit/52bcd13451e3c3db7e73854dfe52845a8aeb691e))
7+
* adding partial implementation of async_hooks to local dev ([3665359](https://github.com/aziontech/vulcan/commit/36653598f4c270c73c9375190c9da67a035965b8))
8+
* resolve external APIs in the local build ([#211](https://github.com/aziontech/vulcan/issues/211)) ([b265ed6](https://github.com/aziontech/vulcan/commit/b265ed613ec9f2702df6f469e0bb6a63799e93de))
9+
10+
11+
### Bug Fixes
12+
13+
* angular deliver preset ([#215](https://github.com/aziontech/vulcan/issues/215)) ([5bb2d77](https://github.com/aziontech/vulcan/commit/5bb2d77c5ca40ef688f50826a55bf384759b5a61))
14+
* angular preset (deliver) ([f8c12b6](https://github.com/aziontech/vulcan/commit/f8c12b6c0e475a4ee77b127d9be3c2d3ac6b9e49))
15+
* remove versionid ([482fb35](https://github.com/aziontech/vulcan/commit/482fb3509a05967b6ad6879f209341d6dcce26ad))
16+
* remove versionid ([#210](https://github.com/aziontech/vulcan/issues/210)) ([e78ea1e](https://github.com/aziontech/vulcan/commit/e78ea1e8e1f913e67b9e4b577b01e90437d68884))
17+
118
## [2.3.0-stage.3](https://github.com/aziontech/vulcan/compare/v2.3.0-stage.2...v2.3.0-stage.3) (2024-01-22)
219

320

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.3.0-stage.3",
4+
"version": "2.3.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)