Skip to content

Bump version to 8.2.0#1463

Merged
ajworkos merged 1 commit intomainfrom
version-8.2.0
Feb 4, 2026
Merged

Bump version to 8.2.0#1463
ajworkos merged 1 commit intomainfrom
version-8.2.0

Conversation

@ajworkos
Copy link
Contributor

@ajworkos ajworkos commented Feb 4, 2026

Summary

  • Bump version from 8.1.0 to 8.2.0 (minor version bump)

This release includes the custom_attributes field on organization_memberships.

Made with Cursor

Co-authored-by: Cursor <cursoragent@cursor.com>
@ajworkos ajworkos requested a review from a team as a code owner February 4, 2026 13:10
@ajworkos ajworkos requested a review from nholden February 4, 2026 13:10
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 4, 2026

Greptile Overview

Greptile Summary

Version bump from 8.1.0 to 8.2.0 for minor release including custom_attributes field on organization memberships.

  • Updated version in package.json from 8.1.0 to 8.2.0
  • Updated VERSION constant in src/workos.ts to match package.json
  • Both changes are synchronized correctly
  • No breaking changes or security concerns introduced

Confidence Score: 5/5

  • This PR is safe to merge - it's a straightforward version bump with no code changes
  • The changes are limited to version number updates in two files (package.json and src/workos.ts), both synchronized correctly. No functional code changes, no security concerns, and consistent with semantic versioning for a minor release
  • No files require special attention

Important Files Changed

Filename Overview
package.json Version bumped from 8.1.0 to 8.2.0
src/workos.ts VERSION constant updated from 8.1.0 to 8.2.0 to match package.json

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant Package as package.json
    participant Source as src/workos.ts
    participant NPM as npm Registry
    
    Dev->>Package: Update version 8.1.0 → 8.2.0
    Dev->>Source: Update VERSION constant 8.1.0 → 8.2.0
    Note over Package,Source: Both files now reflect v8.2.0
    Dev->>NPM: Publish @workos-inc/node@8.2.0
    NPM-->>Dev: Package published successfully
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

@ajworkos ajworkos merged commit 0a9e2a1 into main Feb 4, 2026
8 checks passed
@ajworkos ajworkos deleted the version-8.2.0 branch February 4, 2026 13:26
ajworkos added a commit that referenced this pull request Feb 4, 2026
ajworkos added a commit that referenced this pull request Feb 4, 2026
Reverts #1463

My intended changes were already released in v8.1 and this did not
create a tag. It's safe to revert
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