Skip to content

Commit

Permalink
release: 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalLytek committed Apr 24, 2018
1 parent 8c0fc12 commit 72b07c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Changelog and release notes

## Unreleased
## v0.11.1
### Features
- add support for returning null instead of throwing authorization error (`authMode` property of `buildSchema` config)
- add support for generating object type field in schema from method with `@FieldResolver`
### Fixes
- fix bug when converting object scalars to target class instance (#65)

## v0.11.0
### Features
- add support for creating and attaching middlewares, guards and interceptors to fields and resolvers
- **Breaking Change**: remove deprecated decorators with `GraphQL` prefix and `{ array: true }` type option
### Fixes
- fix bug when converting object scalars to target class instance (#65)

## v0.10.0
### Features
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.11.0",
"version": "0.11.1",
"main": "./index.js",
"author": {
"name": "Michał Lytek",
Expand Down

0 comments on commit 72b07c4

Please sign in to comment.