Skip to content

Conversation

@nicknisi
Copy link
Member

@nicknisi nicknisi commented Aug 8, 2025

This pull request updates the package version from 0.16.0 to 0.16.1 to reflect a new release. No other changes were made.

@nicknisi nicknisi requested a review from dandorman August 8, 2025 17:18
Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

Greptile Summary

This PR performs a straightforward version bump from 0.16.0 to 0.16.1, updating the version in two key locations: the package.json file and the VERSION constant in src/workos.ts. This patch release addresses issue #75, which involved fixing a bug in the session refresh functionality where refreshSession and updateSession methods were preserving stale user and impersonator data instead of using fresh data from the WorkOS API.

The changes follow proper semantic versioning practices, incrementing the patch version to indicate a backward-compatible bug fix. The VERSION constant in workos.ts serves an important purpose - it's included in the appInfo object passed to the WorkOS SDK initialization, allowing the WorkOS service to track which version of the authkit-remix library is making requests. This version tracking is valuable for debugging, analytics, and ensuring compatibility between the client library and WorkOS services.

Keeping the internal VERSION constant synchronized with the package.json version is a standard practice in this codebase to ensure accurate version reporting in API communications with WorkOS.

Confidence score: 5/5

  • This PR is extremely safe to merge with virtually no risk of causing issues
  • Score reflects the minimal nature of version bump changes that follow established patterns and don't modify any functional code
  • No files require special attention as both changes are simple version string updates

2 files reviewed, no comments

Edit Code Review Bot Settings | Greptile

@nicknisi nicknisi merged commit 8d1964f into main Aug 8, 2025
4 checks passed
@nicknisi nicknisi deleted the v0.16.1 branch August 8, 2025 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants