Skip to content

Commit

Permalink
Bump beta version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed Jul 1, 2016
1 parent 8e9a67d commit f12c43e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## master

## 0.0.3 (July 01, 2016)
* First beta version

## 0.0.1 (June 07, 2016)
* Initial commit
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-compose-mongoose",
"version": "0.0.1",
"version": "0.0.3",
"description": "Plugin for `graphql-compose` which derive a graphql type from a mongoose model.",
"files": [
"es",
Expand All @@ -13,7 +13,7 @@
"build-cjs": "rimraf lib && BABEL_ENV=cjs babel src -d lib",
"build-es": "rimraf es && BABEL_ENV=es babel src -d es",
"lint": "eslint src test *.js",
"prepublish123": "npm run build",
"prepublish": "npm run build",
"test": "mocha --compilers js:babel-core/register",
"test:opts_example": "mocha --compilers js:babel-core/register --require ./test/test_helper.js --recursive --watch",
"watch": "babel-node ./resources/watch.js"
Expand All @@ -35,12 +35,12 @@
"homepage": "https://github.com/nodkz/graphql-compose-mongoose",
"dependencies": {
"babel-runtime": "^6.6.1",
"graphql-compose": ">=0.0.2",
"mongoose": "^4.4.20",
"object-path": "^0.9.2"
},
"peerDependencies": {
"graphql": "^0.5.0",
"graphql-compose": ">=0.0.1"
"graphql": "^0.5.0"
},
"devDependencies": {
"babel-cli": "^6.7.7",
Expand Down

0 comments on commit f12c43e

Please sign in to comment.