From 34428e745444c4a443d6bcba86a12e88ea036e04 Mon Sep 17 00:00:00 2001 From: Hoodie Bot Date: Wed, 8 Oct 2014 18:13:57 +0000 Subject: [PATCH] chore(release): v2.1.1 --- CHANGELOG.md | 9 +++++++++ bower.json | 2 +- package.json | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f8a5ef..74df4e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +## 2.1.0 (2014-10-08) + + +#### Bug Fixes + +* when upgrading from anonymous, remove correct old user doc ([f8d89ec6](https://github.com/hoodiehq/hoodie-plugin-users/commit/f8d89ec6ae3544ff0c71e64ffaad341bb6c53564)) + + ## 2.0.0 (2014-09-09) diff --git a/bower.json b/bower.json index aa9d1f2..3e96e85 100644 --- a/bower.json +++ b/bower.json @@ -2,7 +2,7 @@ "name": "hoodie-plugin-users", "description": "Hoodie Plugin that handles users", "url": "https://github.com/hoodiehq/hoodie-plugin-users/", - "version": "2.1.0", + "version": "2.1.1", "dependencies": { "backbone": "~0.9", "bootstrap": "~2.2", diff --git a/package.json b/package.json index c0fc915..698458b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hoodie-plugin-users", - "version": "2.1.0", + "version": "2.1.1", "description": "Hoodie plugin for handling user accounts and dbs", "repository": { "type": "git", @@ -47,5 +47,5 @@ "scripts": { "test": "grunt test" }, - "codename": "stylish-gnat" + "codename": "wicked-wombat" } \ No newline at end of file