Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juandav committed Dec 12, 2019
1 parent c3bc61e commit f093d87
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,17 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.2.0](https://github.com/nest-modules/mailer/compare/v1.1.4...v1.2.0) (2019-12-12)


### Features

* inline css ([4dfdc31](https://github.com/nest-modules/mailer/commit/4dfdc31bbebc37533ade65d39cef8e49396f6c5a))


### Bug Fixes

* **dependencies:** fixed dependencies and scripts ([c34b1eb](https://github.com/nest-modules/mailer/commit/c34b1ebbacc35f0a8f559716e7c63eca91b158e0))
* **unit test:** fix unit tests ([c3bc61e](https://github.com/nest-modules/mailer/commit/c3bc61e6b5df1abbf0bd4fc86fe6b4575de1ba8c))

### [1.1.4](https://github.com/nest-modules/mailer/compare/v1.0.4...v1.1.4) (2019-12-12)
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nest-modules/mailer",
"version": "1.1.4",
"version": "1.2.0",
"description": "A mailer module for Nest framework (node.js)",
"main": "dist/index.js",
"types": "dist/index",
Expand Down

0 comments on commit f093d87

Please sign in to comment.