This commit is contained in:
Sean McArthur 2015-07-22 11:03:06 -07:00
Родитель 6ab5fcd635
Коммит 40e53e5939
3 изменённых файлов: 11 добавлений и 2 удалений

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

@ -1,3 +1,12 @@
<a name="0.42.0"></a>
## 0.42.0 (2015-07-22)
#### Bug Fixes
* **display_name:** allow a blank display name ([e27223dd](https://github.com/mozilla/fxa-profile-server/commit/e27223ddcbb997cb9465466be763ed93de83b363))
<a name"0.39.0"></a>
## 0.39.0 (2015-06-10)

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

@ -1,6 +1,6 @@
{
"name": "fxa-profile-server",
"version": "0.39.0",
"version": "0.42.0",
"dependencies": {
"aws-sdk": {
"version": "2.0.23",

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

@ -1,6 +1,6 @@
{
"name": "fxa-profile-server",
"version": "0.39.0",
"version": "0.42.0",
"private": true,
"description": "Firefox Accounts Profile service.",
"main": "index.js",