From e494ea76e4a9834cf03e3410ca0cdcef6b1111b4 Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Mon, 18 May 2015 14:32:33 -0700 Subject: [PATCH] 2.1.0 * Update deps (Raymond Feng) * Start to add transaction support (Raymond Feng) --- CHANGES.md | 8 ++++++++ package.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 47a4314..e011edc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +2015-05-18, Version 2.1.0 +========================= + + * Update deps (Raymond Feng) + + * Start to add transaction support (Raymond Feng) + + 2015-05-14, Version 2.0.1 ========================= diff --git a/package.json b/package.json index 55c3538..92cb3d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-connector-mysql", - "version": "2.0.1", + "version": "2.1.0", "description": "MySQL connector for loopback-datasource-juggler", "main": "index.js", "scripts": { @@ -28,6 +28,6 @@ "url": "https://github.com/strongloop/loopback-connector-mysql/blob/master/LICENSE" }, "optionalDependencies": { - "sl-blip": "http://blip.strongloop.com/loopback-connector-mysql@2.0.1" + "sl-blip": "http://blip.strongloop.com/loopback-connector-mysql@2.1.0" } }