Skip to content

Commit f1f5278

Browse files
committed
release: 0.14.0
1 parent 66e7f97 commit f1f5278

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,9 +1,9 @@
11
# Changelog and release notes
22

3-
## Unreleased
3+
## v0.14.0
44
### Features
55
- **Breaking Change**: change `ClassType` type and export it in package index
6-
- **Breaking Change**: refactor generic `createUnionType` to remove the 10 types limit (note: requires TypeScript 3.0.1)
6+
- **Breaking Change**: refactor generic `createUnionType` to remove the 10 types limit (note: requires TypeScript >=3.0.1)
77
- add support for subscribing to dynamic topics - based on args/ctx/root (#137)
88
- add support for query complexity analysis - integration with `graphql-query-complexity` (#139)
99

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

0 commit comments

Comments
 (0)