Skip to content

Commit

Permalink
chore: 🆙 4.0.0-alpha.15
Browse files Browse the repository at this point in the history
  • Loading branch information
kobezzza committed Nov 26, 2023
1 parent 63198f3 commit 90d1f87
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ Changelog
_Note: Gaps between patch versions are faulty, broken or test releases._

## v4.0.0-alpha.15 (2023-11-26)

#### :rocket: New Feature

* Added a constant to determine if SSR is enabled `core/env`

#### :bug: Bug Fix

* Do not check online during SSR `core/net`

## v4.0.0-alpha.14 (2023-11-22)

#### :house: Internal
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "lib/core/index.js",
"typings": "index.d.ts",
"license": "MIT",
"version": "4.0.0-alpha.14",
"version": "4.0.0-alpha.15",
"author": "kobezzza <[email protected]> (https://github.com/kobezzza)",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions src/core/net/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Changelog
> - :house: [Internal]
> - :nail_care: [Polish]
## v4.0.0-alpha.15 (2023-11-26)

#### :bug: Bug Fix

* Do not check online during SSR

## v3.95.3 (2023-05-22)

#### :bug: Bug Fix
Expand Down
6 changes: 6 additions & 0 deletions src/core/prelude/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Changelog
> - :house: [Internal]
> - :nail_care: [Polish]
## v4.0.0-alpha.15 (2023-11-26)

#### :rocket: New Feature

* Added a constant to determine if SSR is enabled

## v4.0.0-alpha.10 (2023-09-29)

#### :nail_care: Polish
Expand Down

0 comments on commit 90d1f87

Please sign in to comment.