Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Globegitter committed May 15, 2015
1 parent 74382c4 commit 863e114
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
### master

### v0.3.3
* [ENHANCEMENT] Updated `bcrypt`
* [BUGFIX] Updated `express-jwt` and `jsonwebtoken` to fix security issues
* [BUGFIX] Fixed some ember 2.0 deprecation warnings
* [BUGFIX] Fixed JSHint unused variable warning
* [BUGFIX] Allow public access to the `AppController` `serve` function, which otherwise causes issues when deploying


### v0.3.2
* [ENHANCEMENT] Generate model and template separate so ember doesn't even ask to override the route.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sane-auth",
"version": "0.3.2",
"version": "0.3.3",
"description": "A Sane Stack Addon giving you basic OAauth2-JWT authentication for the full stack",
"scripts": {
"test": "node ./node_modules/test-machinepack-mocha/bin/testmachinepack-mocha.js"
Expand Down

0 comments on commit 863e114

Please sign in to comment.