Skip to content

Commit 6c05061

Browse files
committed
Stable Version 0.6.1.
1 parent a549355 commit 6c05061

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
##### 0.6.1 - 24 June 2015
2+
3+
###### Backwards compatible bug fixes
4+
- #13 - global leak (deepMixIn)
5+
16
##### 0.6.0 - 15 June 2015
27

38
###### Backwards compatible bug fixes

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js-data-sql",
33
"description": "Postgres/MySQL/MariaDB/SQLite3 adapter for js-data.",
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"homepage": "http://www.js-data.io/docs/dssqladapter",
66
"repository": {
77
"type": "git",
@@ -31,7 +31,7 @@
3131
"sqlite"
3232
],
3333
"devDependencies": {
34-
"babel-core": "5.5.8",
34+
"babel-core": "5.6.5",
3535
"babel-loader": "5.1.4",
3636
"chai": "3.0.0",
3737
"grunt": "0.4.5",

0 commit comments

Comments
 (0)