Skip to content

Commit

Permalink
chore(package): bumping version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tothandras committed Nov 2, 2015
1 parent ee77980 commit 33790ee
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
<a name="2.0.0"></a>
# 2.0.0 (2015-11-02)


### chore

* chore(package): bumping version to 2.0.0 ([4d217cf](https://github.com/RisingStack/graffiti/commit/4d217cf))

### docs

* docs(readme): add example sever section to the README ([370f8b3](https://github.com/RisingStack/graffiti/commit/370f8b3))
* docs(readme): change example ([f199db1](https://github.com/RisingStack/graffiti/commit/f199db1))
* docs(readme): move example section above adapters ([2f9a988](https://github.com/RisingStack/graffiti/commit/2f9a988))
* docs(readme): move example section above install ([2322532](https://github.com/RisingStack/graffiti/commit/2322532))

### feat

* feat(package): reimplement in ES6, support GET and POST methods, GraphiQL integration ([ee77980](https://github.com/RisingStack/graffiti/commit/ee77980))



<a name="1.0.2"></a>
## 1.0.2 (2015-07-28)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risingstack/graffiti",
"version": "1.0.2",
"version": "2.0.0",
"description": "Mongoose adapter for graffiti (Node.js GraphQL ORM)",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 33790ee

Please sign in to comment.