chore(main): release 0.21.2 - #216
Conversation
📝 WalkthroughWalkthroughAdds a new 0.21.2 patch entry to CHANGELOG.md noting a bug fix (“don’t json parse oldLogs”) and bumps version.txt from 0.21.1 to 0.21.2. No code or API changes are included. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
Tip 🔌 Remote MCP (Model Context Protocol) integration is now available!Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats. ✨ Finishing Touches🧪 Generate unit tests
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. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 2
📜 Review details
Configuration used: CodeRabbit UI
Review profile: ASSERTIVE
Plan: Pro
💡 Knowledge Base configuration:
- MCP integration is disabled by default for public repositories
- Jira integration is disabled by default for public repositories
- Linear integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (2)
CHANGELOG.md(1 hunks)version.txt(1 hunks)
🧰 Additional context used
🪛 LanguageTool
CHANGELOG.md
[grammar] ~3-~3: Use correct spacing
Context: .../compare/v0.21.1...v0.21.2) (2025-08-17) ### Bug Fixes * don't json parse oldLogs ([...
(QB_NEW_EN_OTHER_ERROR_IDS_5)
[grammar] ~6-~6: Use correct spacing
Context: ......v0.21.2) (2025-08-17) ### Bug Fixes * don't json parse oldLogs ([1a00ffa](http...
(QB_NEW_EN_OTHER_ERROR_IDS_5)
[grammar] ~8-~8: There might be a mistake here.
Context: ...00ffa3355002beb245aac23718648fb4de04d5)) ## [0.21.1](https://github.com/rivenmedia/ri...
(QB_NEW_EN_OTHER)
🪛 markdownlint-cli2 (0.17.2)
CHANGELOG.md
5-5: Multiple consecutive blank lines
Expected: 1; Actual: 2
(MD012, no-multiple-blanks)
🔇 Additional comments (1)
version.txt (1)
1-1: Version bump looks correct and aligned with changelogMatches CHANGELOG entry 0.21.2 and PR metadata. Nothing else to do.
|
|
||
|
|
There was a problem hiding this comment.
Remove extra blank line to satisfy markdownlint (MD012)
There are two consecutive blank lines before “### Bug Fixes”, which violates MD012 and may fail linting.
Apply this diff:
## [0.21.2](https://github.com/rivenmedia/riven-frontend/compare/v0.21.1...v0.21.2) (2025-08-17)
-
### Bug Fixes📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| ## [0.21.2](https://github.com/rivenmedia/riven-frontend/compare/v0.21.1...v0.21.2) (2025-08-17) | |
| ### Bug Fixes |
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
5-5: Multiple consecutive blank lines
Expected: 1; Actual: 2
(MD012, no-multiple-blanks)
🤖 Prompt for AI Agents
In CHANGELOG.md around lines 4 to 5 there are two consecutive blank lines before
the "### Bug Fixes" header which violates markdownlint rule MD012; open the file
and remove the extra blank line so only a single blank line separates the
previous content and the "### Bug Fixes" header, then save the file to resolve
the lint error.
|
|
||
| ### Bug Fixes | ||
|
|
||
| * don't json parse oldLogs ([1a00ffa](https://github.com/rivenmedia/riven-frontend/commit/1a00ffa3355002beb245aac23718648fb4de04d5)) |
There was a problem hiding this comment.
🧹 Nitpick (assertive)
Nit: capitalize and hyphenate “JSON-parse” for clarity
Optional copyedit for consistency with common style guides.
-* don't json parse oldLogs ([1a00ffa](https://github.com/rivenmedia/riven-frontend/commit/1a00ffa3355002beb245aac23718648fb4de04d5))
+* don't JSON-parse oldLogs ([1a00ffa](https://github.com/rivenmedia/riven-frontend/commit/1a00ffa3355002beb245aac23718648fb4de04d5))📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| * don't json parse oldLogs ([1a00ffa](https://github.com/rivenmedia/riven-frontend/commit/1a00ffa3355002beb245aac23718648fb4de04d5)) | |
| * don't JSON-parse oldLogs ([1a00ffa](https://github.com/rivenmedia/riven-frontend/commit/1a00ffa3355002beb245aac23718648fb4de04d5)) |
🧰 Tools
🪛 LanguageTool
[grammar] ~8-~8: There might be a mistake here.
Context: ...00ffa3355002beb245aac23718648fb4de04d5)) ## [0.21.1](https://github.com/rivenmedia/ri...
(QB_NEW_EN_OTHER)
🤖 Prompt for AI Agents
In CHANGELOG.md around line 8, the entry uses "json parse" in lowercase and
without a hyphen; update it to "JSON-parse" (capitalize JSON and add the hyphen)
so the line reads: "* don't JSON-parse oldLogs (...)" to match style and
clarity.
|
🤖 Created releases: 🌻 |
🤖 I have created a release beep boop
0.21.2 (2025-08-17)
Bug Fixes
This PR was generated with Release Please. See documentation.
Summary by CodeRabbit
Bug Fixes
Documentation
Chores