Skip to content
This repository was archived by the owner on Sep 21, 2025. It is now read-only.

Commit fbe63e5

Browse files
committed
release: 3.0.0
1 parent 29c3ff1 commit fbe63e5

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [3.0.0](https://github.com/hjbugajski/applicationtrackr/compare/v2.0.2...v3.0.0) (2024-12-26)
6+
7+
### Bug Fixes
8+
9+
- possible undefined value ([b4f661c](https://github.com/hjbugajski/applicationtrackr/commit/b4f661c36f2c3694b7dc753344f021636c57b495))
10+
- providers and imports ([29c3ff1](https://github.com/hjbugajski/applicationtrackr/commit/29c3ff1bc4934af8c6138c0b0443030727be85fd))
11+
512
## [2.0.2](https://github.com/hjbugajski/applicationtrackr/compare/v2.0.1...v2.0.2) (2024-03-05)
613

714
## [2.0.1](https://github.com/hjbugajski/applicationtrackr/compare/v2.0.0...v2.0.1) (2023-12-28)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "applicationtrackr",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

src/app/settings/about/about.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="settings-section">
22
<h2 class="settings-section-header">About</h2>
3-
<p>Version 2.0.2</p>
3+
<p>Version 3.0.0</p>
44
<p>
55
<a href="https://applicationtrackr.io" target="_blank" rel="noreferrer"
66
>ApplicationTrackr Website</a

0 commit comments

Comments
 (0)