diff --git a/CHANGELOG.md b/CHANGELOG.md index 903ac8af6..3c6fe53bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog and release notes -## Unpublished +## v0.10.0 ### Features - add `buildSchemaSync` function to build the schema synchronously (unsafe! without additional errors checks) - update package dependencies diff --git a/package-lock.json b/package-lock.json index 02dff1778..7285922f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "type-graphql", - "version": "0.9.1", + "version": "0.10.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 00118e38e..b8bd1165e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "type-graphql", - "version": "0.9.1", + "version": "0.10.0", "main": "./index.js", "author": { "name": "MichaƂ Lytek",