# [1.1.0](https://github.com/Pokebag/data-sdk/compare/v1.0.0...v1.1.0) (2021-08-31)


### Bug Fixes

* **gethelditems:** remove error when optional argument is missing ([9d6123c](https://github.com/Pokebag/data-sdk/commit/9d6123ce06ccfbb97fc592261ee0f16732998980))
* **helditem:** fix typing ([716694d](https://github.com/Pokebag/data-sdk/commit/716694d3e87e6ec5338e9e43f58a5d9a848d1256))


### Features

* **gethelditems:** add `getHeldItems` method ([95c316a](https://github.com/Pokebag/data-sdk/commit/95c316a8997e7fd4cd80756def46f154b00f8025))
* **getpokemon:** add `getPokemon` method ([e3fe5f4](https://github.com/Pokebag/data-sdk/commit/e3fe5f405241927f49ea5b846ffb5427803bf60d))
* **getpokemon:** add support for getting a Pokémon with skills prepopulated ([033b88d](https://github.com/Pokebag/data-sdk/commit/033b88d684f85b0443fc8c02f156a7fd62665e74))
* **getskills:** add `getSkills` method ([ad87b0e](https://github.com/Pokebag/data-sdk/commit/ad87b0ec77434a053b60ee64c2f52bfdfeebec8c))
* **getskills:** add support for getting skills for a specific Pokémon ([1a2808b](https://github.com/Pokebag/data-sdk/commit/1a2808b6c16f16db735ed61d59994448a8a8dfed))


# 1.0.0 (2021-08-29)


### Bug Fixes

* fix `patchReduce` types ([1059c74](https://github.com/Pokebag/data-sdk/commit/1059c744ff3331f8677a7629f71532a2438fcbf8))


### Code Refactoring

* rename and refactor, like, all of the things ([c7e2d84](https://github.com/Pokebag/data-sdk/commit/c7e2d84823ae144dfa8cf16b5cdcf5891e8ffea1))


### Features

* add JSDoc and type declarations ([0de6a17](https://github.com/Pokebag/data-sdk/commit/0de6a1728ee1e3cee2f5a5f3fc15704358343eee))
* initial commit ([8532390](https://github.com/Pokebag/data-sdk/commit/8532390dd402614fca170e213554fd05229a545f))


### BREAKING CHANGES

* All methods have been renamed.
