Skip to content

Commit 32d3efd

Browse files
committed
Merge branch 'master' into release
2 parents f83bfea + 7259f89 commit 32d3efd

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

Diff for: CHANGELOG.md

+5
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

Diff for: CONTRIBUTORS

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# People who have contributed to the js-data-mongodb project.
22
#
3-
# This file is controlled by scripts/authors.js
4-
#
53
# Names should be added to this file as:
64
# [commit count] Name <email address>
75
9 Cory Robinson <[email protected]>

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A MongoDB adapter for the [JSData Node.js ORM][11].
1313

1414
### Installation
1515

16-
npm install --save js-data js-data-mongodb bson mongodb
16+
npm install --save js-data js-data-mongodb mongodb bson
1717

1818
### Usage
1919

@@ -66,7 +66,7 @@ Copyright (c) 2014-2017 [js-data-mongodb project authors][18]
6666
[9]: https://img.shields.io/codecov/c/github/js-data/js-data-mongodb.svg?style=flat
6767
[10]: https://codecov.io/github/js-data/js-data-mongodb
6868
[11]: http://www.js-data.io/
69-
[12]: http://www.js-data.io/v3.0/docs/js-data-mongodb
69+
[12]: http://www.js-data.io/docs/js-data-mongodb
7070
[13]: http://api.js-data.io/js-data-mongodb
7171
[14]: http://stackoverflow.com/questions/tagged/jsdata
7272
[15]: http://slack.js-data.io/

Diff for: package.json

+1-1
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",

Diff for: rollup.config.js

+1-1
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)