Skip to content

Commit

Permalink
Incremented release version and updated change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
zachrdz committed Apr 4, 2021
1 parent a1653b6 commit 3381359
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
@@ -1,3 +1,9 @@
### v3.0.2 (April 4, 2021)

#### Fixed

- Fix apollo-server null issue due to missing columns [#444](https://github.com/join-monster/join-monster/pull/444)

### v3.0.0

**Breaking changes:**
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "join-monster",
"version": "3.0.1",
"version": "3.0.2",
"description": "A GraphQL to SQL query execution layer for batch data fetching.",
"main": "dist/index.js",
"engines": {
Expand Down Expand Up @@ -121,4 +121,4 @@
"graphql-relay": "^0.6.0",
"lodash": "^4.17.15"
}
}
}

0 comments on commit 3381359

Please sign in to comment.