Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
killmenot committed Aug 16, 2017
1 parent c352d2f commit 2abb4c8
Show file tree
Hide file tree
Showing 7 changed files with 2,412 additions and 17 deletions.
3 changes: 3 additions & 0 deletions .istanbul.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
instrumentation:
root: lib
include-all-sources: true
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ branches:
except:
- gh-pages
node_js:
- '8'
- '7'
- '6'
- '5'
- '4'
- '0.12'
- '0.11'
- '0.10'
- 'iojs'
before_script:
- npm install grunt-cli -g
after_success:
- npm run coveralls:unit
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@

<a name="1.2.1"></a>
### 1.0.0 (2017-08-16)

#### Misc

* bump deps



<a name="1.2.0"></a>
### 1.2.0 (2017-03-12)


#### Features

* add ReplyTo support.
* add Postmark templates support.


<a name="1.1.0"></a>
### 1.1.0 (2016-05-10)


#### Features

* add attachments support.
Expand All @@ -21,7 +28,6 @@
<a name="1.0.0"></a>
### 1.0.0 (2016-05-02)


#### Features

* a new transport by using [postmark](https://github.com/wildbit/postmark.js)
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 Alexey Kucherenko
Copyright (c) Alexey Kucherenko

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
A Postmark transport for Nodemailer.

[![Build Status](https://travis-ci.org/killmenot/nodemailer-postmark-transport.svg?branch=master)](https://travis-ci.org/killmenot/nodemailer-postmark-transport)
[![Coverage Status](https://coveralls.io/repos/github/killmenot/nodemailer-postmark-transport/badge.svg?branch=master)](https://coveralls.io/github/killmenot/nodemailer-postmark-transport?branch=master)
[![Dependency Status](https://gemnasium.com/badges/github.com/killmenot/nodemailer-postmark-transport.svg)](https://gemnasium.com/github.com/killmenot/nodemailer-postmark-transport)
[![npm version](https://badge.fury.io/js/nodemailer-postmark-transport.svg)](https://badge.fury.io/js/nodemailer-postmark-transport)

Expand Down
Loading

0 comments on commit 2abb4c8

Please sign in to comment.