Skip to content

Commit 30e8b17

Browse files
chore(release): 1.4.0 [skip ci]
# [1.4.0](v1.3.0...v1.4.0) (2024-10-14) ### Features * added lazy root component ([37a7caf](37a7caf))
1 parent 37a7caf commit 30e8b17

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.4.0](https://github.com/KernelPanic92/ngx-fastboot/compare/v1.3.0...v1.4.0) (2024-10-14)
2+
3+
4+
### Features
5+
6+
* added lazy root component ([37a7caf](https://github.com/KernelPanic92/ngx-fastboot/commit/37a7caf8ad208cd853cd4c4a5258335836922112))
7+
18
# [1.3.0](https://github.com/KernelPanic92/ngx-fastboot/compare/v1.2.1...v1.3.0) (2024-09-13)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-fastboot",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"sideEffects": false,
55
"description": "ngx-fastboot is an Angular library designed to dynamically load configuration settings at runtime, optimizing application startup performance by offloading configurations to a separate compilation chunk.",
66
"scripts": {

0 commit comments

Comments
 (0)