Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Changelog


## 0.4.4

[compare changes](https://github.com/kinde-oss/jwt-validator/compare/0.4.3...0.4.4)

### 🩹 Fixes

- **build:** Restore type declarations via tsc and add CI guard ([2b5d2f5](https://github.com/kinde-oss/jwt-validator/commit/2b5d2f5))

### 🏡 Chore

- Release v0.4.3 ([42ba4c9](https://github.com/kinde-oss/jwt-validator/commit/42ba4c9))

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

Correct the release version in the chore entry.

This 0.4.4 section records “Release v0.4.3”; update it to “Release v0.4.4” or link the intended 0.4.4 release commit. The linked commit is explicitly titled “chore: release v0.4.3.” (github.com)

Proposed fix
-- Release v0.4.3 ([42ba4c9](https://github.com/kinde-oss/jwt-validator/commit/42ba4c9))
+- Release v0.4.4 ([<correct-commit>](<correct-commit-url>))
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@CHANGELOG.md` at line 14, Correct the release entry in the 0.4.4 section of
CHANGELOG.md by changing “Release v0.4.3” to “Release v0.4.4” and updating the
link only if the intended 0.4.4 release commit is available.


### ❤️ Contributors

- Shafal Adhikari <adhikarishafal0@gmail.com>
- Koosha Owji <koosha.owji@gmail.com>

## 0.4.3

[compare changes](https://github.com/kinde-oss/jwt-validator/compare/0.4.2...0.4.3)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.4.3",
"version": "0.4.4",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build && tsc -p tsconfig.build.json",
Expand Down