Skip to content

Commit

Permalink
release: 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalLytek committed Mar 25, 2018
1 parent 780d7e5 commit 73c17d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog and release notes

## Unreleased
## v0.8.1
### Features
- add `@Info()` decorator for injecting GraphQL info to resolvers
- add `@Info()` decorator for injecting GraphQL resolve info to resolvers
- add support for injecting parts of `root` and `context` objects with `@Root("field")` and `@Ctx("field")` decorators

## v0.8.0
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "type-graphql",
"version": "0.8.0",
"version": "0.8.1",
"main": "./index.js",
"author": {
"name": "Michał Lytek",
Expand Down

0 comments on commit 73c17d4

Please sign in to comment.