Skip to content

Commit 7c5dc55

Browse files
chore(release): 0.4.0 [skip ci]
# [0.4.0](v0.3.0...v0.4.0) (2023-06-07) ### Bug Fixes * **example:** conditional rendering ([6f285c5](6f285c5)) * **example:** updated schema ([15253e4](15253e4)) * **introspection:** improve typing ([ab356ee](ab356ee)) ### Features * **parser:** code improvements ([d9da41f](d9da41f))
1 parent 9c69ef8 commit 7c5dc55

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# [0.4.0](https://github.com/LunaticMuch/nextjs-graphql-schema-docs/compare/v0.3.0...v0.4.0) (2023-06-07)
2+
3+
4+
### Bug Fixes
5+
6+
* **example:** conditional rendering ([6f285c5](https://github.com/LunaticMuch/nextjs-graphql-schema-docs/commit/6f285c57a178fa54a3462a65df9a049b8d3b08ba))
7+
* **example:** updated schema ([15253e4](https://github.com/LunaticMuch/nextjs-graphql-schema-docs/commit/15253e43462478616ef9d4f2ae83e71e3829fa34))
8+
* **introspection:** improve typing ([ab356ee](https://github.com/LunaticMuch/nextjs-graphql-schema-docs/commit/ab356ee79bf8417aa1ea0d8e1611d242b6c7228f))
9+
10+
11+
### Features
12+
13+
* **parser:** code improvements ([d9da41f](https://github.com/LunaticMuch/nextjs-graphql-schema-docs/commit/d9da41ffa41c639b33044ad9c11b405094d3d2c9))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lunaticmuch/nextjs-graphql-schema-docs",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "A plugin for Next.JS that allow the rendering of a GraphQL Schema",
55
"keywords": [
66
"nextjs",

0 commit comments

Comments
 (0)