Skip to content

Release v8.1.0#1462

Merged
gjtorikian merged 2 commits intomainfrom
release/8.1.0
Feb 3, 2026
Merged

Release v8.1.0#1462
gjtorikian merged 2 commits intomainfrom
release/8.1.0

Conversation

@gjtorikian
Copy link
Contributor

Description

This release has two new features:

and one bug fix:

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.

@gjtorikian gjtorikian requested a review from nicknisi February 3, 2026 22:23
@gjtorikian gjtorikian requested a review from a team as a code owner February 3, 2026 22:23
Copy link
Member

@nicknisi nicknisi left a comment

Choose a reason for hiding this comment

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

can you also update the VERSION in workos.ts?

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 3, 2026

Greptile Overview

Greptile Summary

This PR releases version 8.1.0 of the WorkOS Node SDK, which includes two new features and one bug fix.

The release includes:

The changes only update the version number in package.json and package-lock.json from 8.0.0 to 8.1.0, which is appropriate for a minor release containing new features and a bug fix.

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • This is a standard version bump release commit that only updates version numbers in package.json and package-lock.json. The actual features and bug fix were merged in previous PRs. No code changes are present in this PR, only version metadata updates.
  • No files require special attention

Important Files Changed

Filename Overview
package.json Version bumped from 8.0.0 to 8.1.0 for minor release
package-lock.json Lockfile version updated from 8.0.0 to 8.1.0 to match package.json

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant Repo as Repository
    participant NPM as NPM Registry
    
    Note over Dev,NPM: Release Process for v8.1.0
    
    Dev->>Repo: Merge PR #1458 (custom_attributes feature)
    Dev->>Repo: Merge PR #1460 (locale param feature)
    Dev->>Repo: Merge PR #1461 (pagination bug fix)
    Dev->>Repo: Update package.json version to 8.1.0
    Dev->>Repo: Update package-lock.json version to 8.1.0
    Dev->>Repo: Create release commit
    Repo->>NPM: Publish @workos-inc/node@8.1.0
    Note over NPM: New version available to users
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

@gjtorikian gjtorikian merged commit 6d1bd1d into main Feb 3, 2026
8 checks passed
@gjtorikian gjtorikian deleted the release/8.1.0 branch February 3, 2026 22:37
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