From 5585f1e04959ea4318ca496263fc3fb56c19193c Mon Sep 17 00:00:00 2001 From: kobezzza Date: Tue, 12 Mar 2024 13:54:06 +0300 Subject: [PATCH] chore: :up: 4.0.0-alpha.24 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- src/core/net/CHANGELOG.md | 6 ++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80d03c78c..3164afe35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ Changelog _Note: Gaps between patch versions are faulty, broken or test releases._ +## v4.0.0-alpha.24 (2024-03-12) + +#### :bug: Bug Fix + +* The error that caused the application process to never finish during SSR has been fixed `core/net` + ## v4.0.0-alpha.23 (2024-03-01) #### :bug: Bug Fix diff --git a/package.json b/package.json index 40f289429..0a3ab8113 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "lib/core/index.js", "typings": "index.d.ts", "license": "MIT", - "version": "4.0.0-alpha.23", + "version": "4.0.0-alpha.24", "author": "kobezzza (https://github.com/kobezzza)", "repository": { "type": "git", diff --git a/src/core/net/CHANGELOG.md b/src/core/net/CHANGELOG.md index 1ee628f0f..a52c54be1 100644 --- a/src/core/net/CHANGELOG.md +++ b/src/core/net/CHANGELOG.md @@ -9,6 +9,12 @@ Changelog > - :house: [Internal] > - :nail_care: [Polish] +## v4.0.0-alpha.24 (2024-03-12) + +#### :bug: Bug Fix + +* The error that caused the application process to never finish during SSR has been fixed + ## v4.0.0-alpha.15 (2023-11-26) #### :bug: Bug Fix