Skip to content

Commit

Permalink
chore(release): v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoodie Bot committed Sep 9, 2014
1 parent 5ec9200 commit 8bb0164
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="2.0.0"></a>
## 2.0.0 (2014-09-09)


#### Bug Fixes

* **admin-dashboard:** admin panel readded ([b91dc0f1](https://github.com/hoodiehq/hoodie-plugin-users/commit/b91dc0f17649f1692a6e0b46ccfccd90784b754f))
* **signup:** fix permissions on additional databases ([4b6f864d](https://github.com/hoodiehq/hoodie-plugin-users/commit/4b6f864dbe5c115ac40d41dfb0538bb436ce02f2))


#### Features

* **admin-dashboard:** gets and sets additional_user_dbs in app config ([33165b98](https://github.com/hoodiehq/hoodie-plugin-users/commit/33165b9801622481640e1b409b786b2c3a05a032))


<a name="1.0.0"></a>
## 1.0.0 (2014-09-03)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "hoodie-plugin-users",
"description": "Hoodie Plugin that handles users",
"url": "https://github.com/hoodiehq/hoodie-plugin-users/",
"version": "2.0.0",
"version": "2.1.0",
"dependencies": {
"backbone": "~0.9",
"bootstrap": "~2.2",
Expand Down
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hoodie-plugin-users",
"version": "2.0.0",
"version": "2.1.0",
"description": "Hoodie plugin for handling user accounts and dbs",
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,9 +35,7 @@
},
"hoodie": {
"hoodiejs": "node_modules/hoodie/src/hoodie",
"plugins": [
"hoodie-plugin-users"
]
"plugins": []
},
"dependencies": {
"async": "^0.9.0",
Expand All @@ -49,5 +47,5 @@
"scripts": {
"test": "grunt test"
},
"codename": "gnarly-chough"
}
"codename": "stylish-gnat"
}

0 comments on commit 8bb0164

Please sign in to comment.