This commit is contained in:
Shane Tomlinson 2018-04-18 13:39:12 +01:00
Родитель 2a8c18045a
Коммит 85a8abbcb2
3 изменённых файлов: 21 добавлений и 2 удалений

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

@ -1,3 +1,22 @@
<a name="1.110.0"></a>
# 1.110.0 (2018-04-18)
### Bug Fixes
* **sms:** Reduce sms rate-limit interval to half an hour. (#235); r=philbooth ([0ca8c52](https://github.com/mozilla/fxa-customs-server/commit/0ca8c52))
* **tests:** fix dependent tests (#234), r=@rfk ([2633c4c](https://github.com/mozilla/fxa-customs-server/commit/2633c4c)), closes [(#234](https://github.com/(/issues/234)
### chore
* **docs:** Add documentation on tagging private releases. (#237) r=@vladikoff ([2a8c180](https://github.com/mozilla/fxa-customs-server/commit/2a8c180))
### Features
* **totp:** add totp rate limits (#233), r=@rfk ([970f01e](https://github.com/mozilla/fxa-customs-server/commit/970f01e))
<a name="1.109.0"></a>
# 1.109.0 (2018-04-04)

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

@ -1,6 +1,6 @@
{
"name": "fxa-customs-server",
"version": "1.109.0",
"version": "1.110.0",
"dependencies": {
"bl": {
"version": "1.1.2",

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

@ -1,6 +1,6 @@
{
"name": "fxa-customs-server",
"version": "1.109.0",
"version": "1.110.0",
"description": "Firefox Accounts Customs Server",
"author": "Mozilla (https://mozilla.org/)",
"license": "MPL-2.0",