This commit is contained in:
Sean McArthur 2015-09-23 09:52:18 -07:00
Родитель 045c4d3db9
Коммит 9de3068c52
3 изменённых файлов: 11 добавлений и 2 удалений

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

@ -1,3 +1,12 @@
<a name="0.46.0"></a>
## 0.46.0 (2015-09-23)
#### Features
* **clients:** add notion of Service Clients in config ([8cfdffe8](http://github.com/mozilla/fxa-oauth-server/commit/8cfdffe8ba4e335e36949b6d3601b03ed0def2dd), closes [#327](http://github.com/mozilla/fxa-oauth-server/issues/327))
<a name="0.45.0"></a>
## 0.45.0 (2015-09-11)

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

@ -1,6 +1,6 @@
{
"name": "fxa-oauth-server",
"version": "0.45.0",
"version": "0.46.0",
"dependencies": {
"URIjs": {
"version": "1.15.2",

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

@ -1,6 +1,6 @@
{
"name": "fxa-oauth-server",
"version": "0.45.0",
"version": "0.46.0",
"private": true,
"description": "Firefox Accounts OAuth2 server.",
"scripts": {