We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7dc73 commit 7259f89Copy full SHA for 7259f89
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+##### 1.0.1 - 17 August 2017
2
+
3
+###### Bug fixes
4
+- Fix Rollup config
5
6
##### 1.0.0 - 17 August 2017
7
8
Stable 1.0.0 release
package.json
@@ -1,7 +1,7 @@
{
"name": "js-data-mongodb",
"description": "MongoDB adapter for js-data.",
- "version": "1.0.0",
+ "version": "1.0.1",
"homepage": "https://github.com/js-data/js-data-mongodb",
"repository": {
"type": "git",
rollup.config.js
@@ -6,7 +6,7 @@ export default {
'bson',
'js-data',
'js-data-adapter',
9
- 'mout/string/underscore'
+ 'lodash.snakecase'
10
],
11
plugins: [
12
babel({
0 commit comments