diff --git a/CHANGELOG.md b/CHANGELOG.md index eba11c7efa..9f555eab84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,42 @@ All notable changes to this project will be documented in this file. +# [@favware/graphql-pokemon@6.5.13](https://github.com/favware/graphql-pokemon/compare/v6.5.11...@favware/graphql-pokemon@6.5.13) - (2022-07-17) + +## ๐Ÿ  Refactor + +- Update data [skip publish] (#715) ([ee2bb31](https://github.com/favware/graphql-pokemon/commit/ee2bb3196424fa238fde377539875c9a1c89b078)) +- Update data [skip publish] (#713) ([e86b0ab](https://github.com/favware/graphql-pokemon/commit/e86b0ab142d5feedb9b713487e60afe69ddd61c6)) +- Update data [skip publish] (#710) ([2458c03](https://github.com/favware/graphql-pokemon/commit/2458c0336a050ed4aa91b2950bad2a8ad0c16484)) +- Update data [skip publish] (#709) ([edec683](https://github.com/favware/graphql-pokemon/commit/edec6833e326ccb5b164c25ab79b6f489c0aff95)) +- Update data [skip publish] (#708) ([71c85c9](https://github.com/favware/graphql-pokemon/commit/71c85c98b511050629fe1651cabe3cacef27543e)) +- Update data [skip publish] (#699) ([2f0e516](https://github.com/favware/graphql-pokemon/commit/2f0e5163900b6a2cee02165ca584ef6c221fc814)) +- Update data [skip publish] (#692) ([bb2a004](https://github.com/favware/graphql-pokemon/commit/bb2a00489e298bfe59875a8697c21d500e990186)) + +# [6.5.11](https://github.com/favware/graphql-pokemon/compare/v6.5.10...v6.5.11) - (2022-05-13) + +## ๐Ÿ  Refactor + +- Update data [skip publish] (#678) ([7ee8dcc](https://github.com/favware/graphql-pokemon/commit/7ee8dcc3db4b75ceeedd08db0c82f117bd583829)) +- Update data [skip publish] (#672) ([ee03e16](https://github.com/favware/graphql-pokemon/commit/ee03e16f1ae615276b1bb55b29bf3c5fd5b8048c)) +- Update data [skip publish] (#670) ([81da5a2](https://github.com/favware/graphql-pokemon/commit/81da5a22e2242c1031a0385bb0d8079aa6a85611)) + +## ๐Ÿ› Bug Fixes + +- Remove package engines ([5fc5cdb](https://github.com/favware/graphql-pokemon/commit/5fc5cdbba9fd9329a575f733d3b87224eb288c54)) +- **pokemon:** Fixed species for Zygarde 10% causing an incorrect sprite url to be returned ([8fd689f](https://github.com/favware/graphql-pokemon/commit/8fd689fa113472e3719a2c53d2a37ba13c97e8b5)) + +## ๐Ÿงช Testing + +- Resolve coverage threshold issues ([9b7cd5a](https://github.com/favware/graphql-pokemon/commit/9b7cd5a27d425d07be942472d726c5c157dcecf7)) +- Update test for 8fd689f ([0c9b952](https://github.com/favware/graphql-pokemon/commit/0c9b9523f10356eeb5f17e4e4afa7a2d422e859b)) + +# [6.5.10](https://github.com/favware/graphql-pokemon/compare/v6.5.9...v6.5.10) - (2022-05-01) + +## ๐Ÿ  Refactor + +- Update data [skip publish] (#665) ([36a3653](https://github.com/favware/graphql-pokemon/commit/36a3653dbe097a992fffd243b4c235d443be98aa)) + # [@favware/graphql-pokemon@6.5.12](https://github.com/favware/graphql-pokemon/compare/v6.5.11...@favware/graphql-pokemon@6.5.12) - (2022-06-12) ## ๐Ÿ  Refactor diff --git a/package.json b/package.json index 0912f820ce..7dc9be3579 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@favware/graphql-pokemon", - "version": "6.5.12", + "version": "6.5.13", "description": "Extensive Pokemon GraphQL API", "author": "@favware", "license": "MIT",