Skip to content

Commit 97158db

Browse files
authored
Merge pull request #6 from tenex-engineering/develop
v0.6.0-alpha
2 parents 1141435 + 867a444 commit 97158db

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
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.6.0
4+
5+
### Minor Changes
6+
7+
- fdee429: config package module
8+
39
## 0.5.0
410

511
### Minor Changes

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@txe/graphql-x",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "GraphQL eXpansion",
55
"keywords": [
66
"graphql",
@@ -18,13 +18,14 @@
1818
"license": "MIT",
1919
"type": "module",
2020
"packageManager": "[email protected]",
21-
"main": "dist/index.js",
2221
"files": [
2322
"dist/",
2423
"!dist/testing/",
2524
"!dist/types/",
2625
"!**/*.spec.*"
2726
],
27+
"main": "dist/index.js",
28+
"module": "dist/index.js",
2829
"bin": {
2930
"graphql-x": "bin/graphql-x"
3031
},

0 commit comments

Comments
 (0)