Skip to content

Commit 62d36b1

Browse files
authored
Merge pull request #8 from tenex-engineering/develop
v0.8.0-alpha
2 parents 131cdbc + 340a2c1 commit 62d36b1

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# graphql-x
22

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- 6d7acfd: update tsconfig
8+
39
## 0.7.0
410

511
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@txe/graphql-x",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "GraphQL eXpansion",
55
"keywords": [
66
"graphql",

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"include": ["src/**/*"],
33
"compilerOptions": {
4+
"baseUrl": "./src",
45
"pretty": true,
56
"types": ["vite/client"],
67

0 commit comments

Comments
 (0)