Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/types/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@roo-code/types",
"version": "1.40.0",
"version": "1.41.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Is this version bump intentional without a changeset file? This project uses changesets for version management (as configured in ), so typically version bumps should be accompanied by a changeset file that documents what changed.

If this is a manual version bump for a specific reason, could you clarify why we're bypassing the changeset workflow?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Since this is a minor version bump (1.40.0 → 1.41.0), it would be helpful to understand what new features or changes are included. The PR description mentions this was requested via Slack, but could we add more context about what's changing in the types package?

Minor version bumps typically indicate new functionality that's backwards compatible. What new types or features are we adding?

"description": "TypeScript type definitions for Roo Code.",
"publishConfig": {
"access": "public",
Expand Down
Loading