Skip to content

Commit 2cbae5f

Browse files
committed
0.1.1
1 parent 5e51f3f commit 2cbae5f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Change Log
2+
3+
### v0.1.1 (2016/05/17)
4+
- [#4](https://github.com/SparkPost/nodemailer-sparkpost-transport/pull/4) Removed dotenv, updated README, and general cleanup. Closes #3 (@aydrian)
5+
- [#2](https://github.com/SparkPost/nodemailer-sparkpost-transport/pull/2) Sort available options lists (@simison)
6+
- [#1](https://github.com/SparkPost/nodemailer-sparkpost-transport/pull/1) fixed typo in readme file (@OogieBoogieInJSON)
7+
8+
### v0.1.0 (2015/08/28)
9+
- Initial release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodemailer-sparkpost-transport",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "SparkPost transport for Nodemailer",
55
"main": "lib/sparkPostTransport.js",
66
"scripts": {

0 commit comments

Comments
 (0)