From 30e8b17b15db196bb336d069dad6be95da0b6a4f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 14 Oct 2024 14:04:53 +0000 Subject: [PATCH] chore(release): 1.4.0 [skip ci] # [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f63cf0..b9225cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 4c6ae09..0e7f9ad 100644 --- a/package.json +++ b/package.json @@ -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": {