Skip to content

Commit

Permalink
chore(release): release 1.1.0 - Aug 7, 2019, 12:03 PM
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2019-08-07)

### Bug Fixes

* correct docker file that no need to remove local.josn anymore ([5fc6e41](5fc6e41))
* enable production mail-recover job ([bbfe116](bbfe116))

### Code Refactoring

* refactor enum of email sending status ([7a5a041](7a5a041))
* update queue produer and consumer ([a7ea93e](a7ea93e))

### Features

* add mail MTA, and stategy ([3f24ddf](3f24ddf))
* add queue consumer base and mail sending worker ([6a1a8b4](6a1a8b4))
  • Loading branch information
semantic-release-bot committed Aug 7, 2019
1 parent bbfe116 commit 033ad60
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [1.1.0](https://github.com/immanuel192/nest-mail-service/compare/v1.0.0...v1.1.0) (2019-08-07)


### Bug Fixes

* correct docker file that no need to remove local.josn anymore ([5fc6e41](https://github.com/immanuel192/nest-mail-service/commit/5fc6e41))
* enable production mail-recover job ([bbfe116](https://github.com/immanuel192/nest-mail-service/commit/bbfe116))


### Code Refactoring

* refactor enum of email sending status ([7a5a041](https://github.com/immanuel192/nest-mail-service/commit/7a5a041))
* update queue produer and consumer ([a7ea93e](https://github.com/immanuel192/nest-mail-service/commit/a7ea93e))


### Features

* add mail MTA, and stategy ([3f24ddf](https://github.com/immanuel192/nest-mail-service/commit/3f24ddf))
* add queue consumer base and mail sending worker ([6a1a8b4](https://github.com/immanuel192/nest-mail-service/commit/6a1a8b4))

# 1.0.0 (2019-08-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nest-mail-service",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"main": "dist/app.js",
"dependencies": {
Expand Down

0 comments on commit 033ad60

Please sign in to comment.