Skip to content

Commit 72b07c4

Browse files
committed
release: 0.11.1
1 parent 8c0fc12 commit 72b07c4

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

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

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

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

1515
## v0.10.0
1616
### Features

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.11.0",
3+
"version": "0.11.1",
44
"main": "./index.js",
55
"author": {
66
"name": "Michał Lytek",

0 commit comments

Comments
 (0)