From 423134f5b06a7eca8928c25845e18e15babbb67f Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Thu, 3 Oct 2024 11:39:14 +0000 Subject: [PATCH] chore(release): v2.4.0 --- CHANGELOG.md | 18 +++++++++--------- package-lock.json | 4 ++-- package.json | 4 ++-- releases.json | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e5099a..a85bb27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [2.4.0](https://github.com/manthanank/learn-angular/compare/v2.2.0...v2.4.0) (2024-10-03) + + +### Features + +* Update styles configuration and documentation ([c6d2f52](https://github.com/manthanank/learn-angular/commit/c6d2f5200988eb207975d29f686dfd9ae98b2664)) + + + # [2.2.0](https://github.com/manthanank/learn-angular/compare/v2.1.0...v2.2.0) (2024-06-26) @@ -34,12 +43,3 @@ -# [1.57.0](https://github.com/manthanank/learn-angular/compare/v1.56.0...v1.57.0) (2024-05-08) - - -### Features - -* Create config.yml ([6c0f46c](https://github.com/manthanank/learn-angular/commit/6c0f46cb48876207a7349a5b7930817817e5ffaa)) - - - diff --git a/package-lock.json b/package-lock.json index 9f5736d..bd9a654 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "learn-angular", - "version": "2.3.0", + "version": "2.4.0", "lockfileVersion": 3, "requires": true, "packages": { @@ -13486,4 +13486,4 @@ "integrity": "sha512-YGAhaO7J5ywOXW6InXNlLmfU194F8lVgu7bRntUF3TiG8Y3nBK0x1UJJuHUP/e8IyihkjCYqhCScpSwnlaSRkQ==" } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index bfbd56d..f5ba7e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "learn-angular", - "version": "2.3.0", + "version": "2.4.0", "scripts": { "ng": "ng", "start": "ng serve", @@ -35,4 +35,4 @@ "karma-jasmine-html-reporter": "~2.1.0", "typescript": "~5.5.2" } -} +} \ No newline at end of file diff --git a/releases.json b/releases.json index 8b107c3..220bd96 100644 --- a/releases.json +++ b/releases.json @@ -1,3 +1,3 @@ { - "version": "2.3.0" + "version": "2.4.0" } \ No newline at end of file