Skip to content

Commit

Permalink
v6.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Oct 14, 2020
1 parent dd26ddd commit 1815bad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# CHANGELOG

## 6.4.14 2020-10-14

- Disabled postinstall script

## 6.4.13 2020-10-02

- Fix normalizeHeaderKey method for single node messages
Expand Down
7 changes: 3 additions & 4 deletions package.json
@@ -1,11 +1,10 @@
{
"name": "nodemailer",
"version": "6.4.13",
"version": "6.4.14",
"description": "Easy as cake e-mail sending from your Node.js applications",
"main": "lib/nodemailer.js",
"scripts": {
"test": "grunt",
"postinstall": "node -e \"try{require('./postinstall')}catch(e){}\""
"test": "grunt"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,7 +35,7 @@
"nodemailer-ntlm-auth": "1.0.1",
"proxy": "1.0.2",
"proxy-test-server": "1.0.0",
"sinon": "9.1.0",
"sinon": "9.2.0",
"smtp-server": "3.7.0"
},
"engines": {
Expand Down

0 comments on commit 1815bad

Please sign in to comment.