-
Notifications
You must be signed in to change notification settings - Fork 16
Release v4.3.1 #110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v4.3.1 #110
Conversation
WalkthroughA version bump release updating the package version from 4.3.0 to 4.3.1 in package.json and adding a corresponding changelog entry documenting the associated changes for this release. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
Tip 📝 Customizable high-level summaries are now available in beta!You can now customize how CodeRabbit generates the high-level summary in your pull requests — including its content, structure, tone, and formatting.
Example instruction:
Note: This feature is currently in beta for Pro-tier users, and pricing will be announced later. 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. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
CHANGELOG.md (1)
2-15: Wrap bare URLs in angle brackets per markdown best practices.Markdownlint (MD034) flags bare URLs that should be formatted as
<URL>for better markdown compliance. This improves consistency with markdown parsing and follows standard conventions.Apply this formatting fix to all changelog lines:
-## [4.3.1] - 2025-11-25 -- Contact fields by @narekhovhannisyan in https://github.com/mailtrap/mailtrap-nodejs/pull/89 -- Fix optional account by @narekhovhannisyan in https://github.com/mailtrap/mailtrap-nodejs/pull/91 -- build(deps-dev): bump nodemailer from 6.9.9 to 7.0.7 by @dependabot[bot] in https://github.com/mailtrap/mailtrap-nodejs/pull/92 -- Sending domains API by @narekhovhannisyan in https://github.com/mailtrap/mailtrap-nodejs/pull/93 -- Enhance package configuration with module exports and TypeScript settings by @narekhovhannisyan in https://github.com/mailtrap/mailtrap-nodejs/pull/81 -- Fix #84 by @narekhovhannisyan in https://github.com/mailtrap/mailtrap-nodejs/pull/96 -- Fix #82 by @narekhovhannisyan in https://github.com/mailtrap/mailtrap-nodejs/pull/97 -- Contact imports by @narekhovhannisyan in https://github.com/mailtrap/mailtrap-nodejs/pull/95 -- Contact exports by @narekhovhannisyan in https://github.com/mailtrap/mailtrap-nodejs/pull/98 -- Create contact event by @narekhovhannisyan in https://github.com/mailtrap/mailtrap-nodejs/pull/99 -- Billing api by @narekhovhannisyan in https://github.com/mailtrap/mailtrap-nodejs/pull/103 -- Fix axios error parsing by @narekhovhannisyan in https://github.com/mailtrap/mailtrap-nodejs/pull/104 -- Update README.md to enhance installation and usage instructions, impr… by @narekhovhannisyan in https://github.com/mailtrap/mailtrap-nodejs/pull/107 -- Fix 106 by @narekhovhannisyan in https://github.com/mailtrap/mailtrap-nodejs/pull/108 +## [4.3.1] - 2025-11-25 +- Contact fields by @narekhovhannisyan in <https://github.com/mailtrap/mailtrap-nodejs/pull/89> +- Fix optional account by @narekhovhannisyan in <https://github.com/mailtrap/mailtrap-nodejs/pull/91> +- build(deps-dev): bump nodemailer from 6.9.9 to 7.0.7 by @dependabot[bot] in <https://github.com/mailtrap/mailtrap-nodejs/pull/92> +- Sending domains API by @narekhovhannisyan in <https://github.com/mailtrap/mailtrap-nodejs/pull/93> +- Enhance package configuration with module exports and TypeScript settings by @narekhovhannisyan in <https://github.com/mailtrap/mailtrap-nodejs/pull/81> +- Fix #84 by @narekhovhannisyan in <https://github.com/mailtrap/mailtrap-nodejs/pull/96> +- Fix #82 by @narekhovhannisyan in <https://github.com/mailtrap/mailtrap-nodejs/pull/97> +- Contact imports by @narekhovhannisyan in <https://github.com/mailtrap/mailtrap-nodejs/pull/95> +- Contact exports by @narekhovhannisyan in <https://github.com/mailtrap/mailtrap-nodejs/pull/98> +- Create contact event by @narekhovhannisyan in <https://github.com/mailtrap/mailtrap-nodejs/pull/99> +- Billing api by @narekhovhannisyan in <https://github.com/mailtrap/mailtrap-nodejs/pull/103> +- Fix axios error parsing by @narekhovhannisyan in <https://github.com/mailtrap/mailtrap-nodejs/pull/104> +- Update README.md to enhance installation and usage instructions, impr… by @narekhovhannisyan in <https://github.com/mailtrap/mailtrap-nodejs/pull/107> +- Fix 106 by @narekhovhannisyan in <https://github.com/mailtrap/mailtrap-nodejs/pull/108>
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
CHANGELOG.md(1 hunks)package.json(1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.18.1)
CHANGELOG.md
2-2: Bare URL used
(MD034, no-bare-urls)
3-3: Bare URL used
(MD034, no-bare-urls)
4-4: Bare URL used
(MD034, no-bare-urls)
5-5: Bare URL used
(MD034, no-bare-urls)
6-6: Bare URL used
(MD034, no-bare-urls)
7-7: Bare URL used
(MD034, no-bare-urls)
8-8: Bare URL used
(MD034, no-bare-urls)
9-9: Bare URL used
(MD034, no-bare-urls)
10-10: Bare URL used
(MD034, no-bare-urls)
11-11: Bare URL used
(MD034, no-bare-urls)
12-12: Bare URL used
(MD034, no-bare-urls)
13-13: Bare URL used
(MD034, no-bare-urls)
14-14: Bare URL used
(MD034, no-bare-urls)
15-15: Bare URL used
(MD034, no-bare-urls)
🔇 Additional comments (2)
package.json (1)
4-4: Version bump looks good.The patch version has been correctly incremented from 4.3.0 to 4.3.1 in alignment with the PR objectives and the new changelog entry.
CHANGELOG.md (1)
1-15: Changelog entry is comprehensive and well-documented.The new [4.3.1] section includes 15 changelog entries with proper attribution, PR references, and a clear date. The entry is well-organized and provides good context for the release.
Motivation
Release v4.3.1
Summary by CodeRabbit
Release Notes – Version 4.3.1
New Features
Documentation
Chores
✏️ Tip: You can customize this high-level summary in your review settings.