diff --git a/CHANGELOG.md b/CHANGELOG.md index b798849..86461aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +##### 1.0.1 - 17 August 2017 + +###### Bug fixes +- Fix Rollup config + ##### 1.0.0 - 17 August 2017 Stable 1.0.0 release diff --git a/package.json b/package.json index 166ef5b..b0c57b4 100644 --- a/package.json +++ b/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", diff --git a/rollup.config.js b/rollup.config.js index c4da68f..2bb63a2 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -6,7 +6,7 @@ export default { 'bson', 'js-data', 'js-data-adapter', - 'mout/string/underscore' + 'lodash.snakecase' ], plugins: [ babel({