Skip to content

Commit

Permalink
chore(graphql): release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-sa committed Sep 20, 2023
1 parent 6a7fa4c commit fc61945
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


## [0.2.1](https://github.com/marcus-sa/deepkit-modules/compare/graphql-v0.2.0...graphql-v0.2.1) (2023-09-20)


### Bug Fixes

* **graphql:** export Context type ([6a7fa4c](https://github.com/marcus-sa/deepkit-modules/commit/6a7fa4c42e57ff9237aa349d03bec5bd076a8b68))

## [0.2.0](https://github.com/marcus-sa/deepkit-modules/compare/graphql-v0.1.0...graphql-v0.2.0) (2023-09-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepkit-modules/graphql",
"version": "0.2.0",
"version": "0.2.1",
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
Expand Down

0 comments on commit fc61945

Please sign in to comment.