Skip to content

Commit

Permalink
chore(release): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](v1.3.0...v1.4.0) (2024-10-14)

### Features

* added lazy root component ([37a7caf](37a7caf))
  • Loading branch information
semantic-release-bot committed Oct 14, 2024
1 parent 37a7caf commit 30e8b17
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.4.0](https://github.com/KernelPanic92/ngx-fastboot/compare/v1.3.0...v1.4.0) (2024-10-14)


### Features

* added lazy root component ([37a7caf](https://github.com/KernelPanic92/ngx-fastboot/commit/37a7caf8ad208cd853cd4c4a5258335836922112))

# [1.3.0](https://github.com/KernelPanic92/ngx-fastboot/compare/v1.2.1...v1.3.0) (2024-09-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-fastboot",
"version": "1.3.0",
"version": "1.4.0",
"sideEffects": false,
"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.",
"scripts": {
Expand Down

0 comments on commit 30e8b17

Please sign in to comment.