Merge pull request #80 from mozilla/train-34

Train 34
This commit is contained in:
John Morrison 2015-04-02 12:41:57 -07:00
Родитель 585104a3f6 9f299cc73e
Коммит 50423f42c8
3 изменённых файлов: 7 добавлений и 2 удалений

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

@ -1,3 +1,8 @@
0.34.0
* fix(release): add tasks "grunt version" and "grunt version:patch" to create release tags
* fix(tests): files were not being linted; so now, make jshint happy
* chore(shrinkwrap): update shrinkwrap
0.33.0
* Add separate timer and config for badLoginLockoutInterval - #75
* Various code-structure and documentation cleanups - #71, #74, #78

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

@ -1,6 +1,6 @@
{
"name": "fxa-customs-server",
"version": "0.33.0",
"version": "0.34.0",
"dependencies": {
"ass": {
"version": "0.0.4",

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

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