Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 21, 2024
1 parent 981d1b8 commit 4776a3c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions packages/graphql-codegen-typed-document-nodes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@

All notable changes to this project will be documented in this file.

<!-- version:0.1.1 -->
## 0.1.1 (2024-10-21)

[Compare changes](https://github.com/Wroud/foundation/compare/gql-codegen-doc-nodes-v0.1.0...gql-codegen-doc-nodes-v0.1.1)

<!-- changelog -->
### 🩹 Fixes

- use void instead of unknown for empty variables ([981d1b8](https://github.com/Wroud/foundation/commit/981d1b8))

<!-- version:0.1.0 -->
## 0.1.0 (2024-10-16)

Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-codegen-typed-document-nodes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "graphql-codegen-typed-document-nodes",
"description": "A custom GraphQL Code Generator plugin to generate typed document nodes for TypeScript operations and fragments. Provides enhanced type safety with generated exports for GraphQL queries, mutations, and fragments.",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"packageManager": "[email protected]",
"license": "MIT",
Expand Down

0 comments on commit 4776a3c

Please sign in to comment.