Skip to content

Commit

Permalink
Prepare for 1.0.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Aug 18, 2017
1 parent ec7dc73 commit 7259f89
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
'bson',
'js-data',
'js-data-adapter',
'mout/string/underscore'
'lodash.snakecase'
],
plugins: [
babel({
Expand Down

0 comments on commit 7259f89

Please sign in to comment.