Skip to content

Commit

Permalink
changelog and package.json update for 2.0.0-rc2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bquinn committed Jul 27, 2020
1 parent 04291f9 commit 02fc9a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### UNRELEASED 2.x

- [CLEANUP] additional refactoring of resolver importation
- [FIXED] Memoizing resolvers didn't take into account aliased requests
- [CLEANUP] Refactor how imports are merged together to be optimized and only run when a schema is requested
- [CLEANUP] Moved tests alongside source code
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": "graphql-component",
"version": "2.0.0-rc1",
"version": "2.0.0-rc2",
"description": "Build graphql schema with components",
"keywords": [
"graphql",
Expand Down

0 comments on commit 02fc9a0

Please sign in to comment.