Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Release for v0.0.10
Browse files Browse the repository at this point in the history
- Fix bug when hitting DELETE resource routes
- License changed to MIT
  • Loading branch information
swang committed Oct 18, 2013
1 parent b50829c commit 63745e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ c.getCurrentTenant(function(err, ten) {
- More tests

## CHANGELOG
0.0.10
- Fix bug when hitting DELETE resource routes
- License changed to MIT

0.0.9
- Added support for registrationWorkflowEnabled

Expand Down
2 changes: 1 addition & 1 deletion lib/const.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

var VERSION = '0.0.9'
var VERSION = '0.0.10'
, API_VERSION = "v1"
, API_DOMAIN = "https://api.stormpath.com"
, BASE_URL = API_DOMAIN + "/" + API_VERSION + "/"
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": "node-stormpath",
"version": "0.0.9",
"version": "0.0.10",
"description": "Wrapper for Stormpath API",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 63745e0

Please sign in to comment.