Skip to content

Commit f33ae52

Browse files
committed
1.0.0
1 parent 7c27db6 commit f33ae52

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
## Change Log
2+
All notable changes to this project will be documented in this file.
3+
This project adheres to [Semantic Versioning](http://semver.org/).
24

3-
### v0.1.2 (2016/05/17)
5+
## [Unreleased][unreleased]
6+
7+
### [1.0.0] - 2016/07/26
8+
- [#7](https://github.com/SparkPost/nodemailer-sparkpost-transport/pull/7) Implemented the Nodemailer API (@ewandennis)
9+
10+
### [0.1.2] - 2016/05/17
411
- [#4](https://github.com/SparkPost/nodemailer-sparkpost-transport/pull/4) Removed dotenv, updated README, and general cleanup. Closes #3 (@aydrian)
512
- [#2](https://github.com/SparkPost/nodemailer-sparkpost-transport/pull/2) Sort available options lists (@simison)
613
- [#1](https://github.com/SparkPost/nodemailer-sparkpost-transport/pull/1) fixed typo in readme file (@OogieBoogieInJSON)
714

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

11-
### v0.1.0 (2015/08/28)
18+
### [0.1.0] - 2015/08/28
1219
- 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.2",
3+
"version": "1.0.0",
44
"description": "SparkPost transport for Nodemailer",
55
"main": "lib/sparkPostTransport.js",
66
"scripts": {

0 commit comments

Comments
 (0)