Skip to content

Commit 4d669ed

Browse files
chore(release): 1.2.1 [skip ci]
## [1.2.1](v1.2.0...v1.2.1) (2024-08-09) ### Performance Improvements * added sideEffects field in package ([68d0b75](68d0b75))
1 parent 68d0b75 commit 4d669ed

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.2.1](https://github.com/KernelPanic92/ngx-fastboot/compare/v1.2.0...v1.2.1) (2024-08-09)
2+
3+
4+
### Performance Improvements
5+
6+
* added sideEffects field in package ([68d0b75](https://github.com/KernelPanic92/ngx-fastboot/commit/68d0b75cb897656b8d531e92de037555c221d776))
7+
18
# [1.2.0](https://github.com/KernelPanic92/ngx-fastboot/compare/v1.1.0...v1.2.0) (2024-08-09)
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.2.0",
3+
"version": "1.2.1",
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)