Skip to content

Commit 0399b7f

Browse files
authored
Merge pull request #4 from tenex-engineering/develop
v0.4.0-alpha
2 parents 4b5a4a2 + f95ef39 commit 0399b7f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-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.4.0
4+
5+
### Minor Changes
6+
7+
- 17be532: config package exports
8+
39
## 0.3.0
410

511
### Minor Changes

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@txe/graphql-x",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "GraphQL eXpansion",
55
"keywords": [
66
"graphql",
@@ -32,6 +32,9 @@
3232
"#app/*": "./dist/*",
3333
"#documents/*": "./documents/*"
3434
},
35+
"exports": {
36+
".": "./dist/index.js"
37+
},
3538
"scripts": {
3639
"prepublishOnly": "npm run ci",
3740
"ci": "npm run check-lint && npm run check-exports && npm run build && npm run test && npm run check-format && npm run check-spelling",

0 commit comments

Comments
 (0)