diff --git a/CHANGELOG.md b/CHANGELOG.md index c0de480be..5a5b87efd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index c1306070d..ead91a5f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "type-graphql", - "version": "0.8.0", + "version": "0.8.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 647266819..740e78577 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "type-graphql", - "version": "0.8.0", + "version": "0.8.1", "main": "./index.js", "author": { "name": "MichaƂ Lytek",