From 26697030a9e65aa6ed1f8448e912138b3941962e Mon Sep 17 00:00:00 2001 From: favna Date: Thu, 28 Dec 2023 00:28:03 +0000 Subject: [PATCH] chore(release): release 8.3.2 --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index faaa32d754..5c27697db0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ All notable changes to this project will be documented in this file. +# [8.3.2](https://github.com/favware/graphql-pokemon/compare/v8.3.2...v8.3.2) - (2023-12-28) + +## ๐Ÿ  Refactor + +- Update data [skip publish] ([3c53921](https://github.com/favware/graphql-pokemon/commit/3c539213b5d893a162fc731f93313b2fc205b4f2)) +- Update data [skip publish] ([eb4adea](https://github.com/favware/graphql-pokemon/commit/eb4adea8e54056f1983cba57387bc4e27e642731)) +- Update data [skip publish] ([d7596f8](https://github.com/favware/graphql-pokemon/commit/d7596f861aa4b2d76b8c78ec7bbbaa4d996c64a9)) +- Update data [skip publish] ([dcf5d68](https://github.com/favware/graphql-pokemon/commit/dcf5d68d58e290c18a735a56b8f433076a249089)) +- Update data [skip publish] ([12c8d15](https://github.com/favware/graphql-pokemon/commit/12c8d1530b653da4c2d99be5ecf3da019d5b2320)) +- Update data [skip publish] ([6a1540f](https://github.com/favware/graphql-pokemon/commit/6a1540f7ac671ea18bf84f08e0b7766aad482be2)) + +## ๐Ÿ› Bug Fixes + +- **moves:** Update description for Tera Blast ([b15a070](https://github.com/favware/graphql-pokemon/commit/b15a0704b33ab4dcefe6375d060f3ef555634951)) +- **abilities:** Update descriptions for Teraform Zero and Tera Shidt ([d1a2b74](https://github.com/favware/graphql-pokemon/commit/d1a2b74c4a6629957399086cde7e987a01bd45e4)) +- Correct various gigantamax form heights ([e3f8412](https://github.com/favware/graphql-pokemon/commit/e3f84129d8e29a000bfc050eb9e19154e593d3e5)) + +## ๐Ÿงช Testing + +- Update test data ([ead5d30](https://github.com/favware/graphql-pokemon/commit/ead5d30dec9047ea9f34f935d196599a8e7941e6)) + # [8.3.1](https://github.com/favware/graphql-pokemon/compare/v8.3.1...v8.3.1) - (2023-12-19) ## ๐Ÿ  Refactor diff --git a/package.json b/package.json index 70222fa40a..50c8870ebe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@favware/graphql-pokemon", - "version": "8.3.1", + "version": "8.3.2", "description": "Extensive Pokemon GraphQL API", "author": "@favware", "license": "MIT",