Skip to content

Commit 73c17d4

Browse files
committed
release: 0.8.1
1 parent 780d7e5 commit 73c17d4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog and release notes
22

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

88
## v0.8.0

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "type-graphql",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"main": "./index.js",
55
"author": {
66
"name": "Michał Lytek",

0 commit comments

Comments
 (0)