Release v1.64.0
This commit is contained in:
Родитель
927450038c
Коммит
6a63f1d58c
24
CHANGELOG.md
24
CHANGELOG.md
|
@ -0,0 +1,24 @@
|
|||
<a name="1.64.0"></a>
|
||||
# [1.64.0](https://github.com/mozilla/fxa-auth-mailer/compare/v1.63.0...v1.64.0) (2016-06-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **bind:** should by default bind to localhost ([60087f6](https://github.com/mozilla/fxa-auth-mailer/commit/60087f6))
|
||||
* **eslint:** in this case, yes, we do just ignore the error ([e11093f](https://github.com/mozilla/fxa-auth-mailer/commit/e11093f))
|
||||
|
||||
### chore
|
||||
|
||||
* **build:** Add a script to generate version info ([4f12ad1](https://github.com/mozilla/fxa-auth-mailer/commit/4f12ad1))
|
||||
* **build:** Refactor gruntfile into individual task files. ([2e7ad8d](https://github.com/mozilla/fxa-auth-mailer/commit/2e7ad8d))
|
||||
* **eslint:** make eslint rules consistent ([94fe068](https://github.com/mozilla/fxa-auth-mailer/commit/94fe068)), closes [#175](https://github.com/mozilla/fxa-auth-mailer/issues/175)
|
||||
* **mozlog:** update from mozlog@2.0.3 to 2.0.5 ([3cd552e](https://github.com/mozilla/fxa-auth-mailer/commit/3cd552e))
|
||||
|
||||
### Features
|
||||
|
||||
* **build:** Add version-tagging grunt tasks ([268900a](https://github.com/mozilla/fxa-auth-mailer/commit/268900a))
|
||||
* **metrics:** include type of reminder in the email query ([0ab0ad2](https://github.com/mozilla/fxa-auth-mailer/commit/0ab0ad2))
|
||||
* **reminders:** add verification reminders ([a235d88](https://github.com/mozilla/fxa-auth-mailer/commit/a235d88)), closes [#99](https://github.com/mozilla/fxa-auth-mailer/issues/99)
|
||||
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-auth-mailer",
|
||||
"version": "1.63.0",
|
||||
"version": "1.64.0",
|
||||
"dependencies": {
|
||||
"bluebird": {
|
||||
"version": "2.9.34",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-auth-mailer",
|
||||
"version": "1.63.0",
|
||||
"version": "1.64.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": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче