Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunesimonsen committed Jun 17, 2024
1 parent f33f0f9 commit 7311021
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
### v1.0.0 (2024-06-17)

#### Pull requests

- [#125](https://github.com/sunesimonsen/graphql-fakester/pull/125) Upgrade dependencies \(Major\) ([Sune Simonsen](mailto:[email protected]))

#### Commits to main

- [Update package-lock.json](https://github.com/sunesimonsen/graphql-fakester/commit/f33f0f96767d56857b8d2e554dad8f97a916009b) ([Sune Simonsen](mailto:[email protected]))
- [Test mocking a resolver field](https://github.com/sunesimonsen/graphql-fakester/commit/ef03921a2670a322276544507876d3da01537591) ([Sune Simonsen](mailto:[email protected]))
- [Testing that we can override numbers inside of lists](https://github.com/sunesimonsen/graphql-fakester/commit/3b7a49a8c3d044cc398143d7b65eb58704f02201) ([Sune Simonsen](mailto:[email protected]))
- [Some minor fixes and more tests](https://github.com/sunesimonsen/graphql-fakester/commit/36f13a6fdae6d3cae62ca478118472397090ed67) ([Sune Simonsen](mailto:[email protected]))

### v0.19.0 (2022-11-04)

- [#100](https://github.com/sunesimonsen/graphql-fakester/pull/100) Dont merge arrays \(Major\) ([Sune Simonsen](mailto:[email protected]), [Sune Simonsen](mailto:[email protected]))
- [#100](https://github.com/sunesimonsen/graphql-fakester/pull/100) Dont merge arrays \(Major\) ([Sune Simonsen](mailto:[email protected]))

### v0.18.0 (2022-11-03)

Expand Down Expand Up @@ -38,7 +51,7 @@

### v0.13.2 (2022-11-01)

- [#91](https://github.com/sunesimonsen/graphql-fakester/pull/91) Validate mock structure against schema ([Sune Simonsen](mailto:[email protected]), [Sune Simonsen](mailto:[email protected]), [Sune Simonsen](mailto:[email protected]), [Sune Simonsen](mailto:[email protected]), [Sune Simonsen](mailto:[email protected]), [Sune Simonsen](mailto:[email protected]))
- [#91](https://github.com/sunesimonsen/graphql-fakester/pull/91) Validate mock structure against schema ([Sune Simonsen](mailto:[email protected]))

### v0.13.0 (2022-11-01)

Expand Down
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": "graphql-fakester",
"version": "0.19.0",
"version": "1.0.0",
"description": "Create stub data from a GraphQL schema",
"author": "Sune Simonsen",
"license": "MIT",
Expand Down

0 comments on commit 7311021

Please sign in to comment.