Skip to content

Commit

Permalink
v4.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Mar 31, 2018
1 parent 848dffd commit 410bfc9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# CHANGELOG

## 4.6.4 2018-03-31

* Readded logo author link to README that was accidentally removed a while ago

## 4.6.3 2018-03-13

* Removed unneeded dependency
Expand Down
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -70,3 +70,8 @@ Support this project by becoming a sponsor. Your logo will show up on our README
### License

Nodemailer is licensed under the **MIT license**

--------------------------------------------------------------------------------

The Nodemailer logo was designed by [Sven Kristjansen](https://www.behance.net/kristjansen).

6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "nodemailer",
"version": "4.6.3",
"version": "4.6.4",
"description": "Easy as cake e-mail sending from your Node.js applications",
"main": "lib/nodemailer.js",
"scripts": {
Expand Down Expand Up @@ -28,10 +28,10 @@
"libbase64": "^1.0.2",
"libmime": "^3.1.0",
"libqp": "^1.1.0",
"mocha": "^5.0.4",
"mocha": "^5.0.5",
"proxy": "^0.2.4",
"proxy-test-server": "^1.0.0",
"sinon": "^4.4.6",
"sinon": "^4.5.0",
"smtp-server": "^3.4.2"
},
"engines": {
Expand Down

0 comments on commit 410bfc9

Please sign in to comment.