-
Notifications
You must be signed in to change notification settings - Fork 11
Version 4.1.0 #59
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
Version 4.1.0 #59
Conversation
WalkthroughThis update documents the release of version 4.1.0 by updating the changelog and incrementing the package version. The changelog entry highlights the addition of support for the Changes
Possibly related PRs
Suggested reviewers
Poem
Tip ⚡💬 Agentic Chat (Pro Plan, General Availability)
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:
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.
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-2
: Convert bare URL to Markdown link
This line contains a bare URL (MD034 violation). Please use link syntax, e.g.:- Add support for `reply_to` in Sending API ([#58](https://github.com/railsware/mailtrap-nodejs/pull/58), thanks to [@aolamide](https://github.com/aolamide)).
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
2-2: Bare URL used
null(MD034, no-bare-urls)
📜 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.17.2)
CHANGELOG.md
2-2: Bare URL used
null
(MD034, no-bare-urls)
🔇 Additional comments (2)
package.json (1)
4-4
: Version bump to 4.1.0 is correct
The version has been updated from “4.0.0” to “4.1.0”, aligning with the release documented in CHANGELOG.md.CHANGELOG.md (1)
1-2
: Changelog entry for v4.1.0 looks good
The new section is formatted properly with the correct date and accurately describes the addition ofreply_to
support.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
2-2: Bare URL used
null(MD034, no-bare-urls)
Motivation
Changes
reply_to
in Sending API (in Feature to add "reply_to" option when sending mails. #58, thanks to @aolamide).Summary by CodeRabbit
Documentation
reply_to
field in the Sending API.Chores