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

Commit 562f036

Browse files
committed
release: 3.1.0
1 parent 14c1b01 commit 562f036

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.1.0](https://github.com/hjbugajski/applicationtrackr/compare/v3.0.1...v3.1.0) (2025-06-08)
6+
7+
### Features
8+
9+
- export data ([14c1b01](https://github.com/hjbugajski/applicationtrackr/commit/14c1b0193f0a31e30cfd89b50384c53d432738e9))
10+
511
## [3.0.1](https://github.com/hjbugajski/applicationtrackr/compare/v3.0.0...v3.0.1) (2024-12-26)
612

713
### Bug Fixes

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": "3.0.1",
3+
"version": "3.1.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 3.0.1</p>
3+
<p>Version 3.1.0</p>
44
<p>
55
<a href="https://applicationtrackr.io" target="_blank" rel="noreferrer"
66
>ApplicationTrackr Website</a

0 commit comments

Comments
 (0)