Skip to content

Conversation

@nave91
Copy link
Contributor

@nave91 nave91 commented Sep 3, 2025

Summary

Version bump to 7.69.2

Changes

  • Bump version to 7.69.2 in package.json, package-lock.json, and src/workos.ts
  • Update snapshot tests with new version

Recent additions in this version

@nave91 nave91 requested a review from a team as a code owner September 3, 2025 13:54
@nave91 nave91 requested a review from nicknisi September 3, 2025 13:54
Copy link
Contributor

@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 implements a standard version bump from 7.69.1 to 7.69.2 for the WorkOS Node.js SDK. The change updates the version identifier in two key locations: the package.json file (line 2) and the VERSION constant in src/workos.ts (line 43). This version constant is used throughout the SDK for user agent headers in API requests and is exposed via the version getter method for programmatic access.

The version bump follows semantic versioning conventions as a patch release, indicating this contains bug fixes or minor updates without breaking changes. According to the PR description, this release packages recent additions from PR #1351. The change maintains consistency between the package version and the runtime version constant, which is essential for proper SDK identification in API requests and debugging purposes.

This is standard release management practice in the WorkOS Node.js SDK codebase, ensuring that when the package is published to npm, it will have the correct version identifier and that the SDK properly reports its version in API communications with WorkOS services.

Confidence score: 5/5

  • This PR is safe to merge with minimal risk as it only contains version number updates
  • Score reflects the straightforward nature of version bumps with no functional code changes
  • No files require special attention as this is a standard release management change

2 files reviewed, no comments

Edit Code Review Bot Settings | Greptile

@nave91 nave91 merged commit 4aac0b1 into main Sep 3, 2025
5 checks passed
@nave91 nave91 deleted the release-7.69.2 branch September 3, 2025 13:57
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