chore: bump version to v1.0.10 and update changelog#457
Conversation
Change-Id: I6f8f6b474e2bcedec4646c69b35235c52906c74e
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis pull request performs a version release update for v1.0.10, dated April 13, 2026. It adds a new changelog entry documenting features, bug fixes, and documentation updates across nine modules, and increments the npm package version from 1.0.9 to 1.0.10 in package.json. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Greptile SummaryThis PR bumps the package version from Confidence Score: 5/5Safe to merge — mechanical version bump and changelog update with no logic changes. Both changed files are purely declarative (version string and markdown). The changelog entry follows the existing format, the version numbers are consistent across both files, the release date matches, and no code or configuration logic is touched. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR merged to main] --> B[package.json: version 1.0.9 → 1.0.10]
A --> C[CHANGELOG.md: prepend v1.0.10 entry]
B --> D[npm publish @larksuite/cli@1.0.10]
C --> E[GitHub Release tag v1.0.10]
D --> F[Release complete]
E --> F
Reviews (1): Last reviewed commit: "chore: bump version to v1.0.10 and updat..." | Re-trigger Greptile |
🚀 PR Preview Install Guide🧰 CLI updatenpm i -g https://pkg.pr.new/larksuite/cli/@larksuite/cli@af1e28a5650381d5c2b58dfa9381832798d759bb🧩 Skill updatenpx skills add larksuite/cli#chore/bump-v1.0.10 -y -g |
Change-Id: I6f8f6b474e2bcedec4646c69b35235c52906c74e
Summary
Bump version to v1.0.10 and add changelog entry for the upcoming release.
Features
+create-shortcutshortcut (feat: add drive create-shortcut #432)--section-guidflag in tasklist-task-add shortcut (Feat/task section updates #430)Bug Fixes
--user-idunder bot identity for chat-messages-list (fix(im): reject --user-id under bot identity for chat-messages-list #340)+watchshortcut (fix(mail): add missing scopes for mail +watch #357)--output-dirto current working directory (fix(mail): restrict --output-dir to current working directory #376)Documentation
Test plan
Summary by CodeRabbit