Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Nov 26, 2019
1 parent 47e340d commit e6840c1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.1.0](https://github.com/favware/graphql-pokemon/compare/v1.0.1...v1.1.0) (2019-11-26)


### Features

* add Data for Generation 8 Pokemon ([#34](https://github.com/favware/graphql-pokemon/issues/34)) ([2b9684d](https://github.com/favware/graphql-pokemon/commit/2b9684d03f32008529d038974dcda6670263d0c2))
* add gen8 learnsets ([#47](https://github.com/favware/graphql-pokemon/issues/47)) ([29b51bf](https://github.com/favware/graphql-pokemon/commit/29b51bf08070e6128eb49de437627e549d4085d7))
* add gen8 moves ([#46](https://github.com/favware/graphql-pokemon/issues/46)) ([85606e8](https://github.com/favware/graphql-pokemon/commit/85606e8ff2f3f4df75f51d0a06e19530e52f7745))
* expose (shiny)sprite and color in learnset for discord embe… ([#45](https://github.com/favware/graphql-pokemon/issues/45)) ([7992c1c](https://github.com/favware/graphql-pokemon/commit/7992c1ca8e6075ae7227d8db780ee37688c45438))
* gen8 flavours ([#51](https://github.com/favware/graphql-pokemon/issues/51)) ([82f868c](https://github.com/favware/graphql-pokemon/commit/82f868c8bf89114a1cb1909f1adc7460681bb251))
* special(shiny)sprite field for odd-cases ([f671821](https://github.com/favware/graphql-pokemon/commit/f6718210e415ec142e8d7e0c49f84ac06fe7380a))
* update smogon tierlists ([#50](https://github.com/favware/graphql-pokemon/issues/50)) ([39dbebc](https://github.com/favware/graphql-pokemon/commit/39dbebc4a7a08b8786cfba569215a901f62bf028))
* **abilities:** add gen8 abilities ([#44](https://github.com/favware/graphql-pokemon/issues/44)) ([496e17b](https://github.com/favware/graphql-pokemon/commit/496e17bef34d8843185d075cc60dcd47d71039de))
* gen8 pokemon data ([#43](https://github.com/favware/graphql-pokemon/issues/43)) ([c0594e1](https://github.com/favware/graphql-pokemon/commit/c0594e1bd24bbf91bc57040bd6e285a326e0ff32)), closes [#40](https://github.com/favware/graphql-pokemon/issues/40)
* **dex:** add basestatstotal field ([#39](https://github.com/favware/graphql-pokemon/issues/39)) ([311f43a](https://github.com/favware/graphql-pokemon/commit/311f43a3960a5bc7ec844b3e695adaed6042beca)), closes [#38](https://github.com/favware/graphql-pokemon/issues/38)
* **items:** add gen8 data and expose item sprite ([#42](https://github.com/favware/graphql-pokemon/issues/42)) ([7f01fae](https://github.com/favware/graphql-pokemon/commit/7f01faef901f1e2de85d411fc59da5727c4c35e5)), closes [#24](https://github.com/favware/graphql-pokemon/issues/24)


### Bug Fixes

* **dexservice:** fix pokemon sprites missing .gif extension ([e9f68ed](https://github.com/favware/graphql-pokemon/commit/e9f68edb8fbd19af1e08149edc59c0e8c302cf1e)), closes [#30](https://github.com/favware/graphql-pokemon/issues/30)
* **dexservice:** fixed evos and prevo not showing in details ([b1a27a3](https://github.com/favware/graphql-pokemon/commit/b1a27a3188d84b10d19f74b756a6b8ef656599b5)), closes [#29](https://github.com/favware/graphql-pokemon/issues/29)
* **dexservice:** properly parse sprites and evos ([#36](https://github.com/favware/graphql-pokemon/issues/36)) ([d51f009](https://github.com/favware/graphql-pokemon/commit/d51f009353631933206e1ef8ce00dba09ecf3916))
* **itemservice:** add missing generationIntroduced field ([cf40973](https://github.com/favware/graphql-pokemon/commit/cf4097301a1ff53ea26ce04ab2718fb98184a1a1))

### [1.0.1](https://github.com/favware/graphql-pokemon/compare/v1.0.0...v1.0.1) (2019-11-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@favware/graphql-pokemon",
"version": "1.0.1",
"version": "1.1.0",
"description": "Expansive Pokemon GraphQL API",
"author": "@favware",
"license": "MIT",
Expand Down

0 comments on commit e6840c1

Please sign in to comment.