Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aydrian committed Jul 26, 2016
1 parent 7c27db6 commit f33ae52
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
## Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

### v0.1.2 (2016/05/17)
## [Unreleased][unreleased]

### [1.0.0] - 2016/07/26
- [#7](https://github.com/SparkPost/nodemailer-sparkpost-transport/pull/7) Implemented the Nodemailer API (@ewandennis)

### [0.1.2] - 2016/05/17
- [#4](https://github.com/SparkPost/nodemailer-sparkpost-transport/pull/4) Removed dotenv, updated README, and general cleanup. Closes #3 (@aydrian)
- [#2](https://github.com/SparkPost/nodemailer-sparkpost-transport/pull/2) Sort available options lists (@simison)
- [#1](https://github.com/SparkPost/nodemailer-sparkpost-transport/pull/1) fixed typo in readme file (@OogieBoogieInJSON)

### v0.1.3 (2016/05/17)
### [0.1.3] - 2016/05/17
- Unpublished from NPM. Republished as v0.1.2

### v0.1.0 (2015/08/28)
### [0.1.0] - 2015/08/28
- Initial release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodemailer-sparkpost-transport",
"version": "0.1.2",
"version": "1.0.0",
"description": "SparkPost transport for Nodemailer",
"main": "lib/sparkPostTransport.js",
"scripts": {
Expand Down

0 comments on commit f33ae52

Please sign in to comment.