Skip to content

Commit 4910434

Browse files
pfranktestingclaude
andcommitted
Bump version to 1.0.0, add CITATION.cff, update changelog
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4bbb776 commit 4910434

3 files changed

Lines changed: 24 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [1.0.0] - 2026-05-21
4+
5+
### Added
6+
7+
- **CITATION.cff** — Citation metadata file for referencing APA Coach in academic work.
8+
9+
### Changed
10+
11+
- **README disclaimer** — Replaced "Beta" label with "Note"; removed "Checks may miss issues or flag things incorrectly."
12+
313
## [0.9.4] - 2026-05-20
414

515
### Added

CITATION.cff

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it as below."
3+
type: software
4+
title: APA Coach
5+
version: 1.0.0
6+
date-released: 2026-05-21
7+
license: GPL-3.0
8+
repository-code: https://github.com/PatrickFrankAIU/APA-Coach
9+
abstract: "A client-side browser tool for checking APA 7th edition formatting in Word documents."
10+
authors:
11+
- family-names: Frank
12+
given-names: Patrick
13+
affiliation: American InterContinental University

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apa-coach",
3-
"version": "0.9.4",
3+
"version": "1.0.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)