Skip to content

Commit 7259f89

Browse files
committed
Prepare for 1.0.1 release.
1 parent ec7dc73 commit 7259f89

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
##### 1.0.1 - 17 August 2017
2+
3+
###### Bug fixes
4+
- Fix Rollup config
5+
16
##### 1.0.0 - 17 August 2017
27

38
Stable 1.0.0 release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js-data-mongodb",
33
"description": "MongoDB adapter for js-data.",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"homepage": "https://github.com/js-data/js-data-mongodb",
66
"repository": {
77
"type": "git",

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
'bson',
77
'js-data',
88
'js-data-adapter',
9-
'mout/string/underscore'
9+
'lodash.snakecase'
1010
],
1111
plugins: [
1212
babel({

0 commit comments

Comments
 (0)