Skip to content
Merged
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
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,53 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v2.0.0](https://github.com/kinde-oss/kinde-node-express/compare/v1.7.0...v2.0.0)

- chore: release v1.7.0 [`#114`](https://github.com/kinde-oss/kinde-node-express/pull/114)
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot May 14, 2026

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Description: Check when v1.7.0 tag was created vs when PR `#114` was merged

# Get v1.7.0 tag commit and date
echo "=== v1.7.0 tag details ==="
git log -1 --format="%H %ai %s" v1.7.0

# Search for PR `#114` merge commit
echo -e "\n=== PR `#114` merge commit ==="
git log --all --grep="#114" --grep="pull/114" --format="%H %ai %s" | head -5

# Show commits between v1.7.0 and HEAD that mention `#114`
echo -e "\n=== Commits after v1.7.0 tag mentioning `#114` ==="
git log v1.7.0..HEAD --oneline --grep="#114" --grep="pull/114"

Repository: kinde-oss/kinde-node-express

Length of output: 700


🏁 Script executed:

#!/bin/bash
# Check what tags exist and examine the CHANGELOG

echo "=== All tags in repository ==="
git tag -l | head -20

echo -e "\n=== CHANGELOG.md content (first 100 lines) ==="
head -100 CHANGELOG.md

echo -e "\n=== Check if v1.7.0 tag exists ==="
git tag -l | grep "v1.7.0" || echo "v1.7.0 tag NOT found"

echo -e "\n=== Check recent commits with 'release' in message ==="
git log --oneline --all --grep="release" | head -10

Repository: kinde-oss/kinde-node-express

Length of output: 10161


Remove v1.7.0 release entry from v2.0.0 changelog.

The "chore: release v1.7.0 #114" entry is a v1.7.0 release metadata commit and should not appear in the v2.0.0 changelog section. This was included because the commit falls within the range used by auto-changelog for the v2.0.0 section.

Suggested fix
 #### [v2.0.0](https://github.com/kinde-oss/kinde-node-express/compare/v1.7.0...v2.0.0)
 
-- chore: release v1.7.0 [`#114`](https://github.com/kinde-oss/kinde-node-express/pull/114)
 - chore(deps): update dependency prettier to v3.8.3 [`#134`](https://github.com/kinde-oss/kinde-node-express/pull/134)
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- chore: release v1.7.0 [`#114`](https://github.com/kinde-oss/kinde-node-express/pull/114)
#### [v2.0.0](https://github.com/kinde-oss/kinde-node-express/compare/v1.7.0...v2.0.0)
- chore(deps): update dependency prettier to v3.8.3 [`#134`](https://github.com/kinde-oss/kinde-node-express/pull/134)
🤖 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 9, Remove the incorrect v1.7.0 release entry from the
v2.0.0 changelog section by deleting the line containing "chore: release v1.7.0
[`#114`](https://github.com/kinde-oss/kinde-node-express/pull/114)" in
CHANGELOG.md (the v2.0.0 section), and if you regenerate the changelog with
auto-changelog, update the config or commit-range so the v1.7.0 metadata commit
is excluded from the v2.0.0 section.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@Koosha-Owji Can you action this one?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Seems like the humans are having a chat. I'll hop back into my burrow for now. If you need me again, just tag @coderabbitai in a new comment, and I'll come hopping out!

- chore(deps): update dependency prettier to v3.8.3 [`#134`](https://github.com/kinde-oss/kinde-node-express/pull/134)
- chore(deps): update dependency pnpm to v11 [`#151`](https://github.com/kinde-oss/kinde-node-express/pull/151)
- chore(deps): update dependency vite to v8 [`#152`](https://github.com/kinde-oss/kinde-node-express/pull/152)
- chore(deps): update dependency lint-staged to v17 [`#150`](https://github.com/kinde-oss/kinde-node-express/pull/150)
- chore(deps): replace dependency @tsconfig/node22 with @tsconfig/node24 [`#149`](https://github.com/kinde-oss/kinde-node-express/pull/149)
- chore(deps): update dependency vite-plugin-dts to v5 [`#153`](https://github.com/kinde-oss/kinde-node-express/pull/153)
- chore(deps): update dependency typescript to v6 [`#145`](https://github.com/kinde-oss/kinde-node-express/pull/145)
- chore(deps): update dependency node to v24 [`#144`](https://github.com/kinde-oss/kinde-node-express/pull/144)
- chore(deps): update eslint monorepo to v10 [`#147`](https://github.com/kinde-oss/kinde-node-express/pull/147)
- chore(deps): update dependency globals to v17 [`#143`](https://github.com/kinde-oss/kinde-node-express/pull/143)
- chore(deps): update dependency vitest to v4 [`#146`](https://github.com/kinde-oss/kinde-node-express/pull/146)
- chore(deps): update dependency @types/supertest to v7 [`#142`](https://github.com/kinde-oss/kinde-node-express/pull/142)
- chore(deps): update actions/checkout action to v6 [`#140`](https://github.com/kinde-oss/kinde-node-express/pull/140)
- chore(deps): update dependency typescript to v5.9.3 [`#137`](https://github.com/kinde-oss/kinde-node-express/pull/137)
- chore(deps): update pnpm/action-setup action to v6 [`#148`](https://github.com/kinde-oss/kinde-node-express/pull/148)
- chore(deps): update actions/setup-node action to v6 [`#141`](https://github.com/kinde-oss/kinde-node-express/pull/141)
- chore(deps): update eslint monorepo to v9.39.4 [`#138`](https://github.com/kinde-oss/kinde-node-express/pull/138)
- chore(deps): update dependency rollup to v4.60.3 [`#135`](https://github.com/kinde-oss/kinde-node-express/pull/135)
- chore(deps): update actions/cache action to v5 [`#139`](https://github.com/kinde-oss/kinde-node-express/pull/139)
- chore(deps): update dependency supertest to v7.2.2 [`#136`](https://github.com/kinde-oss/kinde-node-express/pull/136)
- chore(deps): update dependency globals to v16.5.0 [`#133`](https://github.com/kinde-oss/kinde-node-express/pull/133)
- chore(deps): update dependency vite-plugin-dts to v4.5.4 [`#132`](https://github.com/kinde-oss/kinde-node-express/pull/132)
- chore(deps): update dependency nodemon to v3.1.14 [`#131`](https://github.com/kinde-oss/kinde-node-express/pull/131)
- chore(deps): update dependency @kinde/jwt-validator to v0.4.1 [`#130`](https://github.com/kinde-oss/kinde-node-express/pull/130)
- chore(deps): update dependency @kinde-oss/kinde-typescript-sdk to v2.13.2 [`#129`](https://github.com/kinde-oss/kinde-node-express/pull/129)
- chore(deps): update dependency @eslint/eslintrc to v3.3.5 [`#128`](https://github.com/kinde-oss/kinde-node-express/pull/128)
- chore(deps): replace dependency @tsconfig/node20 with @tsconfig/node22 [`#127`](https://github.com/kinde-oss/kinde-node-express/pull/127)
- chore(deps): update typescript-eslint monorepo to v8.59.3 [`#125`](https://github.com/kinde-oss/kinde-node-express/pull/125)
- chore(deps): update dependency @types/node to v20.19.41 [`#126`](https://github.com/kinde-oss/kinde-node-express/pull/126)
- fix(deps): update dependency express to v5 [`#76`](https://github.com/kinde-oss/kinde-node-express/pull/76)
- chore(deps): update typescript-eslint monorepo to v8.59.2 [`#122`](https://github.com/kinde-oss/kinde-node-express/pull/122)
- [Snyk] Fix for 1 vulnerabilities [`#108`](https://github.com/kinde-oss/kinde-node-express/pull/108)
- chore(deps): update dependency eslint-plugin-prettier to v5.5.5 [`#119`](https://github.com/kinde-oss/kinde-node-express/pull/119)
- chore(deps): update dependency aws-jwt-verify to v5.1.1 [`#82`](https://github.com/kinde-oss/kinde-node-express/pull/82)
- chore(deps): update dependency qs to v6.14.2 [security] [`#116`](https://github.com/kinde-oss/kinde-node-express/pull/116)
- chore(deps): replace dependency @tsconfig/node19 with @tsconfig/node20 [`#115`](https://github.com/kinde-oss/kinde-node-express/pull/115)
- chore(lint): fix code style [`bab478d`](https://github.com/kinde-oss/kinde-node-express/commit/bab478d85f4870a3c046bb2b3f841ba774b1cd69)
- chore(pnpm): move enablePrePostScripts to workspace [`278dde6`](https://github.com/kinde-oss/kinde-node-express/commit/278dde66d10bc73f1433c811231471221f57f4fe)
- Merge pull request #123 from kinde-oss/renovate/node-20.x-lockfile [`bfbb0c4`](https://github.com/kinde-oss/kinde-node-express/commit/bfbb0c428e72fb2acd7ceb7ccd9f24d882db3288)

#### [v1.7.0](https://github.com/kinde-oss/kinde-node-express/compare/v1.6.0...v1.7.0)

> 13 March 2026

- chore(deps): update dependency eslint-config-prettier to v10.1.8 [`#98`](https://github.com/kinde-oss/kinde-node-express/pull/98)
- chore(deps): update dependency express-session to v1.19.0 [`#101`](https://github.com/kinde-oss/kinde-node-express/pull/101)
- chore(deps): update dependency rollup to v4.59.0 [security] [`#113`](https://github.com/kinde-oss/kinde-node-express/pull/113)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kinde-oss/kinde-node-express",
"version": "1.7.0",
"version": "2.0.0",
"description": "Kinde SDK for traditional Node.js Express web apps that run on the server",
"main": "dist/kinde-node-express.cjs",
"module": "dist/kinde-node-express.mjs",
Expand Down