Skip to content

v0.3.0#9

Merged
nicknisi merged 1 commit intomainfrom
version-bump-0.3.0
Dec 8, 2025
Merged

v0.3.0#9
nicknisi merged 1 commit intomainfrom
version-bump-0.3.0

Conversation

@nicknisi
Copy link
Member

@nicknisi nicknisi commented Dec 8, 2025

Summary

  • Bump version to 0.3.0 (MINOR release)

Changes since v0.2.0

  • Add userId and sessionId context to TokenRefreshError for improved debugging
  • Export error types (AuthKitError, SessionEncryptionError, TokenValidationError, TokenRefreshError) from package

MINOR version bump for new functionality:
- Add userId and sessionId context to TokenRefreshError
- Export error types from package
@greptile-apps
Copy link

greptile-apps bot commented Dec 8, 2025

Greptile Overview

Greptile Summary

Version bumped to 0.3.0 (MINOR release) to reflect new features added in the previous PR

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • Single-line version bump from 0.2.0 to 0.3.0 follows semantic versioning correctly for the MINOR release that includes new exported error types and enhanced debugging context
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
package.json 5/5 Version bumped from 0.2.0 to 0.3.0 for MINOR release

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant PM as Package Manager
    participant Repo as Repository
    
    Dev->>PM: Update package.json version
    Note over PM: 0.2.0 → 0.3.0
    Dev->>Repo: Commit and create PR
    Note over Repo: Version bump ready
    Repo->>PM: After merge, publish to npm
    Note over PM: v0.3.0 published
Loading

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.

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

@nicknisi nicknisi merged commit 24b4d95 into main Dec 8, 2025
6 checks passed
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