Skip to content

Commit

Permalink
Merge branch 'release/3.0.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jul 16, 2018
2 parents d84b417 + a39068b commit 608830a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="3.0.7"></a>
## [3.0.7](https://github.com/adonisjs/adonis-mail/compare/v3.0.6...v3.0.7) (2018-07-16)


### Features

* **ethereal:** add ethereal driver for test emails ([d84b417](https://github.com/adonisjs/adonis-mail/commit/d84b417)), closes [#22](https://github.com/adonisjs/adonis-mail/issues/22)



<a name="3.0.6"></a>
## [3.0.6](https://github.com/adonisjs/adonis-mail/compare/v3.0.5...v3.0.6) (2018-05-08)

Expand Down
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"name": "@adonisjs/mail",
"version": "3.0.6",
"version": "3.0.7",
"description": "Mail provider for adonis framework and has support for all common mailing services to send emails",
"main": "index.js",
"files": [
"examples",
"providers",
"src",
"instructions.js",
"instructions.md"
],
"directories": {
"example": "examples",
"test": "test"
Expand Down

0 comments on commit 608830a

Please sign in to comment.