Skip to content

Commit f12c43e

Browse files
committed
Bump beta version 0.0.3
1 parent 8e9a67d commit f12c43e

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
## master
22

3+
## 0.0.3 (July 01, 2016)
4+
* First beta version
5+
36
## 0.0.1 (June 07, 2016)
47
* Initial commit

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-compose-mongoose",
3-
"version": "0.0.1",
3+
"version": "0.0.3",
44
"description": "Plugin for `graphql-compose` which derive a graphql type from a mongoose model.",
55
"files": [
66
"es",
@@ -13,7 +13,7 @@
1313
"build-cjs": "rimraf lib && BABEL_ENV=cjs babel src -d lib",
1414
"build-es": "rimraf es && BABEL_ENV=es babel src -d es",
1515
"lint": "eslint src test *.js",
16-
"prepublish123": "npm run build",
16+
"prepublish": "npm run build",
1717
"test": "mocha --compilers js:babel-core/register",
1818
"test:opts_example": "mocha --compilers js:babel-core/register --require ./test/test_helper.js --recursive --watch",
1919
"watch": "babel-node ./resources/watch.js"
@@ -35,12 +35,12 @@
3535
"homepage": "https://github.com/nodkz/graphql-compose-mongoose",
3636
"dependencies": {
3737
"babel-runtime": "^6.6.1",
38+
"graphql-compose": ">=0.0.2",
3839
"mongoose": "^4.4.20",
3940
"object-path": "^0.9.2"
4041
},
4142
"peerDependencies": {
42-
"graphql": "^0.5.0",
43-
"graphql-compose": ">=0.0.1"
43+
"graphql": "^0.5.0"
4444
},
4545
"devDependencies": {
4646
"babel-cli": "^6.7.7",

0 commit comments

Comments
 (0)