Conversation
Greptile SummaryThis is an automated release PR that bumps the version from 8.6.0 to 8.7.0 and creates the initial CHANGELOG.md file.
Confidence Score: 5/5
Important Files Changed
Last reviewed commit: bf5da17 |
package.json
Outdated
| @@ -1,5 +1,5 @@ | |||
| { | |||
| "version": "8.6.0", | |||
| "version": "8.2.1", | |||
There was a problem hiding this comment.
version downgrade from 8.6.0 to 8.2.1 - this will break published packages. The parent commit (23929b6) has version 8.6.0, but this PR downgrades to 8.2.1. Check release-please configuration and version history.
| "version": "8.2.1", | |
| "version": "8.6.1", |
.release-please-manifest.json
Outdated
| @@ -1,3 +1,3 @@ | |||
| { | |||
| ".": "8.2.0" | |||
| ".": "8.2.1" | |||
There was a problem hiding this comment.
manifest version downgrades from 8.6.0 to 8.2.1 - release-please is likely misconfigured or the manifest was incorrectly initialized. Should match the actual latest version (8.6.0 or higher).
| ".": "8.2.1" | |
| ".": "8.6.1" |
CHANGELOG.md
Outdated
| @@ -0,0 +1,9 @@ | |||
| # Changelog | |||
|
|
|||
| ## [8.2.1](https://github.com/workos/workos-node/compare/v8.2.0...v8.2.1) (2026-02-24) | |||
There was a problem hiding this comment.
changelog entry references 8.2.1 but versions 8.3.0 through 8.6.0 already exist in git history - this changelog is incomplete and will overwrite existing release history
0829c97 to
3a74c75
Compare
3a74c75 to
bf5da17
Compare
|
@greptile review |
|
🤖 Created releases: 🌻 |
🤖 I have created a release beep boop
8.7.0 (2026-02-26)
Features
resourceTypeSlugto permissions, environment and organization roles (#1502) (74dadc6)Bug Fixes
This PR was generated with Release Please. See documentation.