We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a549355 commit 6c05061Copy full SHA for 6c05061
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+##### 0.6.1 - 24 June 2015
2
+
3
+###### Backwards compatible bug fixes
4
+- #13 - global leak (deepMixIn)
5
6
##### 0.6.0 - 15 June 2015
7
8
###### Backwards compatible bug fixes
package.json
@@ -1,7 +1,7 @@
{
"name": "js-data-sql",
"description": "Postgres/MySQL/MariaDB/SQLite3 adapter for js-data.",
- "version": "0.6.0",
+ "version": "0.6.1",
"homepage": "http://www.js-data.io/docs/dssqladapter",
"repository": {
"type": "git",
@@ -31,7 +31,7 @@
31
"sqlite"
32
],
33
"devDependencies": {
34
- "babel-core": "5.5.8",
+ "babel-core": "5.6.5",
35
"babel-loader": "5.1.4",
36
"chai": "3.0.0",
37
"grunt": "0.4.5",
0 commit comments