Skip to content

Commit

Permalink
Release 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Timshel committed Feb 11, 2025
1 parent e4eaf84 commit ac9aa31
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.0.4

- MailBuffer.next correctly remove filter
- Update dependencies

## 3.0.3

- ParsedMail empty addresses fields (to, from, cc, bcc, replyTo) should returm empty arrays
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
It's not published on `npm` but due to [Github](https://docs.npmjs.com/cli/v10/configuring-npm/package-json#git-urls-as-dependencies) support you can use it with:

```
"maildev": "timshel/maildev#3.0.3"
"maildev": "timshel/maildev#3.0.4"
```

## Docker Run
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "maildev",
"description": "SMTP Server and Web Interface for reading and testing emails during development",
"version": "3.0.3",
"version": "3.0.4",
"keywords": [
"email",
"e-mail",
Expand Down

0 comments on commit ac9aa31

Please sign in to comment.