Skip to content

Bump version to v7.76.0#1410

Merged
kendallstrautman merged 1 commit intomainfrom
bump-version-7.76.0
Dec 3, 2025
Merged

Bump version to v7.76.0#1410
kendallstrautman merged 1 commit intomainfrom
bump-version-7.76.0

Conversation

@kendallstrautman
Copy link
Contributor

Description

Documentation

Does this require changes to the WorkOS Docs? E.g. the API Reference or code snippets need updates.

[ ] Yes

If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.

@kendallstrautman kendallstrautman marked this pull request as ready for review December 3, 2025 20:18
@kendallstrautman kendallstrautman requested a review from a team as a code owner December 3, 2025 20:18
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Dec 3, 2025

Greptile Overview

Greptile Summary

Bumped version from 7.75.1 to 7.76.0 following the merge of PR #1401 which added roles field to directory user and profile interfaces.

Changes:

  • package.json: version updated to 7.76.0
  • src/workos.ts:44: VERSION constant updated to 7.76.0
  • Test snapshots: User-Agent headers automatically updated to reflect new version

Assessment:
This is a standard version bump following semantic versioning. The minor version increment (7.75.1 → 7.76.0) is appropriate because PR #1401 added new optional fields (roles) to existing interfaces, which is backwards-compatible and constitutes a feature addition.

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • This is a routine version bump with consistent changes across all relevant files. The version numbers are properly synchronized in package.json, source code constant, and test snapshots. No functional code changes were made.
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
package.json 5/5 Version bumped from 7.75.1 to 7.76.0
src/workos.ts 5/5 VERSION constant updated to match package.json version
src/sso/snapshots/sso.spec.ts.snap 5/5 Test snapshots updated with new User-Agent header version

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant Package as package.json
    participant WorkOS as src/workos.ts
    participant Tests as Test Snapshots
    participant Build as Build System
    
    Dev->>Package: Update version to 7.76.0
    Dev->>WorkOS: Update VERSION constant to 7.76.0
    Dev->>Tests: Run tests (snapshots auto-update)
    Tests-->>Tests: Update User-Agent headers in snapshots
    Build->>Package: Read version for publishing
    Build->>WorkOS: Include in compiled library
    WorkOS->>WorkOS: Set User-Agent header: workos-node/7.76.0/fetch
Loading

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.

2 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@kendallstrautman kendallstrautman merged commit 67ff73f into main Dec 3, 2025
7 checks passed
@kendallstrautman kendallstrautman deleted the bump-version-7.76.0 branch December 3, 2025 20:25
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.

2 participants