Skip to content

Commit d7bdc6d

Browse files
committed
release: 0.1.1
1 parent b3b05eb commit d7bdc6d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog and release notes
22

3-
### Unreleased
3+
### 0.1.1
44

55
#### Features
66

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "type-graphql",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"main": "./index.js",
55
"author": {
66
"name": "Michał Lytek",
@@ -22,7 +22,8 @@
2222
"resolvers",
2323
"api",
2424
"decorators",
25-
"controllers"
25+
"controllers",
26+
"apollo"
2627
],
2728
"scripts": {
2829
"dev": "ts-node --type-check tests/index.ts",

0 commit comments

Comments
 (0)