This commit is contained in:
Sean McArthur 2017-01-30 11:02:10 -08:00
Родитель 1a96ee3ed8
Коммит f3d412b733
3 изменённых файлов: 22 добавлений и 2 удалений

Просмотреть файл

@ -1,3 +1,23 @@
<a name="1.78.0"></a>
# [1.78.0](https://github.com/mozilla/fxa-auth-mailer/compare/v1.77.0...v1.78.0) (2017-01-30)
### chore
* **docs:** update AUTHORS file (#252) ([1a96ee3](https://github.com/mozilla/fxa-auth-mailer/commit/1a96ee3))
### Features
* **mailer:** set up "SES Event Publishing" metrics ([56bd661](https://github.com/mozilla/fxa-auth-mailer/commit/56bd661))
### Refactor
* **mailer:** hoist headers, to be symmetric with other code ([a59e1bc](https://github.com/mozilla/fxa-auth-mailer/commit/a59e1bc))
* **templates:** Update to correct details styling (#248) ([42aafdf](https://github.com/mozilla/fxa-auth-mailer/commit/42aafdf))
* **templates:** Update to correct font-size and line height (#249) r=vladikoff,ryanfeeley ([d0cf249](https://github.com/mozilla/fxa-auth-mailer/commit/d0cf249)), closes [#246](https://github.com/mozilla/fxa-auth-mailer/issues/246)
<a name="1.77.0"></a>
# [1.77.0](https://github.com/mozilla/fxa-auth-mailer/compare/v1.76.0...v1.77.0) (2017-01-04)

2
npm-shrinkwrap.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-auth-mailer",
"version": "1.77.0",
"version": "1.78.0",
"dependencies": {
"bluebird": {
"version": "2.9.34",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-auth-mailer",
"version": "1.77.0",
"version": "1.78.0",
"description": "Library to send out verification emails in the fxa-auth-server which renders emails from a template (and handles localization).",
"main": "index.js",
"scripts": {