Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
v0.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Feb 3, 2015
1 parent 0a1d1a4 commit 8e1d229
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,20 @@
<a name="0.30.1"></a>
### 0.30.1 (2015-02-03)


#### Bug Fixes

* **api:**
* allow application/x-form-urlencoded ([6cc91e28](http://github.com/mozilla/fxa-oauth-server/commit/6cc91e285fc51045a365dbacb3617ef29093dbc3))
* reject requests with invalid parameters ([3b4fa244](http://github.com/mozilla/fxa-oauth-server/commit/3b4fa244454e5b33edf44d14a6da8be1d0fe98a6), closes [#210](http://github.com/mozilla/fxa-oauth-server/issues/210))


#### Breaking Changes

* If you're passing invalid parameters, stop it.
([3b4fa244](http://github.com/mozilla/fxa-oauth-server/commit/3b4fa244454e5b33edf44d14a6da8be1d0fe98a6))


<a name="0.30.0"></a>
## 0.30.0 (2015-02-02)

Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "fxa-oauth-server",
"version": "0.30.0",
"version": "0.30.1",
"private": true,
"description": "Firefox Accounts OAuth2 server.",
"main": "index.js",
Expand Down

0 comments on commit 8e1d229

Please sign in to comment.