Skip to content

Commit

Permalink
chore(release): 0.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Jun 7, 2023
1 parent 9c69ef8 commit 7c5dc55
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# [0.4.0](https://github.com/LunaticMuch/nextjs-graphql-schema-docs/compare/v0.3.0...v0.4.0) (2023-06-07)


### Bug Fixes

* **example:** conditional rendering ([6f285c5](https://github.com/LunaticMuch/nextjs-graphql-schema-docs/commit/6f285c57a178fa54a3462a65df9a049b8d3b08ba))
* **example:** updated schema ([15253e4](https://github.com/LunaticMuch/nextjs-graphql-schema-docs/commit/15253e43462478616ef9d4f2ae83e71e3829fa34))
* **introspection:** improve typing ([ab356ee](https://github.com/LunaticMuch/nextjs-graphql-schema-docs/commit/ab356ee79bf8417aa1ea0d8e1611d242b6c7228f))


### Features

* **parser:** code improvements ([d9da41f](https://github.com/LunaticMuch/nextjs-graphql-schema-docs/commit/d9da41ffa41c639b33044ad9c11b405094d3d2c9))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lunaticmuch/nextjs-graphql-schema-docs",
"version": "0.3.0",
"version": "0.4.0",
"description": "A plugin for Next.JS that allow the rendering of a GraphQL Schema",
"keywords": [
"nextjs",
Expand Down

0 comments on commit 7c5dc55

Please sign in to comment.