Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Jun 15, 2020
1 parent 54d39ed commit 7049cc1
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 176 deletions.
1 change: 0 additions & 1 deletion mail.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ function mail(options) {
var content = msg.content // content to merge
var merge = msg.merge || {} // merge rules


// Template format is code~owner~orbit
var template = msg.code
if (null != msg.owner) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seneca/mail",
"version": "2.3.3",
"version": "2.4.0",
"description": "Seneca email plugin",
"main": "mail.js",
"scripts": {
Expand Down
Loading

0 comments on commit 7049cc1

Please sign in to comment.