Skip to content

Commit 087ed73

Browse files
committed
chore: prepare 0.24.7 release
1 parent 1e88778 commit 087ed73

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ All notable changes to this project will be documented in this file.
66

77
- _No unreleased changes._
88

9+
## [0.24.7]
10+
11+
### Changed
12+
- **Documentation Review:** Reconfirmed that `README.md`, `TECHNICAL_MANUAL.md`, and `FUNCTIONAL_MANUAL.md` accurately describe the
13+
current release workflow and UI, so no content edits were required before publishing this build.
14+
15+
### Fixed
16+
- **Version Metadata:** Incremented the application version to `0.24.7` in `package.json` to prepare this bugfix release.
17+
918
## [0.24.6]
1019

1120
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-automation-dashboard",
3-
"version": "0.24.6",
3+
"version": "0.24.7",
44
"description": "A dashboard to manage and automate the workflow for a set of Git repositories.",
55
"main": "dist/main.js",
66
"author": "AI Assistant",

0 commit comments

Comments
 (0)