Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Aug 18, 2017
2 parents f83bfea + 7259f89 commit 32d3efd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 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: 0 additions & 2 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# People who have contributed to the js-data-mongodb project.
#
# This file is controlled by scripts/authors.js
#
# Names should be added to this file as:
# [commit count] Name <email address>
9 Cory Robinson <crobinson42@users.noreply.github.com>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A MongoDB adapter for the [JSData Node.js ORM][11].

### Installation

npm install --save js-data js-data-mongodb bson mongodb
npm install --save js-data js-data-mongodb mongodb bson

### Usage

Expand Down Expand Up @@ -66,7 +66,7 @@ Copyright (c) 2014-2017 [js-data-mongodb project authors][18]
[9]: https://img.shields.io/codecov/c/github/js-data/js-data-mongodb.svg?style=flat
[10]: https://codecov.io/github/js-data/js-data-mongodb
[11]: http://www.js-data.io/
[12]: http://www.js-data.io/v3.0/docs/js-data-mongodb
[12]: http://www.js-data.io/docs/js-data-mongodb
[13]: http://api.js-data.io/js-data-mongodb
[14]: http://stackoverflow.com/questions/tagged/jsdata
[15]: http://slack.js-data.io/
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 32d3efd

Please sign in to comment.