Skip to content

Commit d8f0944

Browse files
committed
Version 0.0.33
1 parent 90c6939 commit d8f0944

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grats",
3-
"version": "0.0.32",
3+
"version": "0.0.33",
44
"main": "dist/src/index.js",
55
"bin": "dist/src/cli.js",
66
"types": "dist/src/index.d.ts",

website/docs/07-changelog/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Changelog
22

3-
## Next (UNRELEASED)
3+
<!-- ## Next (UNRELEASED)
44
5-
Changes in this section are not yet released. If you need access to these changes before we cut a release, check out our `@main` NPM releases. Each commit on the main branch is [published to NPM](https://www.npmjs.com/package/grats?activeTab=versions) under the `main` tag.
5+
Changes in this section are not yet released. If you need access to these changes before we cut a release, check out our `@main` NPM releases. Each commit on the main branch is [published to NPM](https://www.npmjs.com/package/grats?activeTab=versions) under the `main` tag. -->
6+
7+
## 0.0.33
68

79
- **Improvements**
810
- Added support for `@gqlUnion`s with only one member
@@ -11,8 +13,6 @@ Changes in this section are not yet released. If you need access to these change
1113
- Added testing to confirm support for Node 22 and 23.
1214
- Added support for aliased directive arguments with default values to enable arguments that are keywords in TypeScript.
1315

14-
---
15-
1616
## 0.0.32
1717

1818
This version introduces support for [defining directives](../04-docblock-tags/11-directive-definitions.mdx), and [annotating](../04-docblock-tags/12-directive-annotations.mdx) your schema with directives.

0 commit comments

Comments
 (0)