chore: release v0.9.2#642
Conversation
WalkthroughThis update increments the version numbers to 0.9.2 across several package manifests and adds a new entry for v0.9.2 in the changelog, referencing a feature update. No source code or public API changes are included. Changes
Assessment against linked issues
Possibly related PRs
Suggested reviewers
Poem
Note ⚡️ AI Code Reviews for VS Code, Cursor, WindsurfCodeRabbit now has a plugin for VS Code, Cursor and Windsurf. This brings AI code reviews directly in the code editor. Each commit is reviewed immediately, finding bugs before the PR is raised. Seamless context handoff to your AI code agent ensures that you can easily incorporate review feedback. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
CHANGELOG.md (1)
4-4: Adjust heading level for consistency
The changelog jumps from level 1 (#) to level 3 (###). Increment headings by one level at a time (e.g., use## Features).🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
4-4: Heading levels should only increment by one level at a time
Expected: h2; Actual: h3(MD001, heading-increment)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
package-lock.jsonis excluded by!**/package-lock.json
📒 Files selected for processing (4)
CHANGELOG.md(1 hunks)packages/create-jitar/package.json(2 hunks)packages/jitar/package.json(1 hunks)packages/plugin-vite/package.json(1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
CHANGELOG.md
4-4: Heading levels should only increment by one level at a time
Expected: h2; Actual: h3
(MD001, heading-increment)
🔇 Additional comments (6)
packages/jitar/package.json (1)
3-3: Version bumped to 0.9.2
The updated version aligns with the new release objectives and matches the root CHANGELOG entry.packages/plugin-vite/package.json (1)
3-3: Version bumped to 0.9.2
Consistent with related packages and CHANGELOG.packages/create-jitar/package.json (2)
3-3: Version bumped to 0.9.2
Matches the coordinated release across all monorepo packages.
41-41: DevDependencies formatting tweak confirmed
Adding a space after the colon improves JSON readability without affecting functionality.



Fixes #641
@MaskingTechnology/jitar
Summary by CodeRabbit