Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Nov 12, 2019
1 parent 7a22da0 commit 1ec4b13
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Changelog

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.0.0 (2019-11-12)


### Features

* 🎉 Hello GitHub ([80b1c66](https://github.com/favware/graphql-pokemon/commit/80b1c6650857a022921342c169b0f32d732c3470))
* add ability's querying ([91bad53](https://github.com/favware/graphql-pokemon/commit/91bad530307607801fa3a0afbb3b482c8821d157))
* add script for updating formats ([5127d87](https://github.com/favware/graphql-pokemon/commit/5127d87adc431ec59dde334fc3f64025ad6d78d5))
* finish up move queries ([5e404d2](https://github.com/favware/graphql-pokemon/commit/5e404d28910be56762cc83efa1ac403b43eaaf2d)), closes [#7](https://github.com/favware/graphql-pokemon/issues/7)
* firebase hosting ([3f9e3da](https://github.com/favware/graphql-pokemon/commit/3f9e3da389e2b18345bf0d6d7f5935216c55bcfc))
* learnset query ([db6465e](https://github.com/favware/graphql-pokemon/commit/db6465ea7789f015558513f8d671a9129e659e39)), closes [#6](https://github.com/favware/graphql-pokemon/issues/6)
* type matchup queries ([0eadb20](https://github.com/favware/graphql-pokemon/commit/0eadb20385ccc7ac48255691799b85e86399b431)), closes [#8](https://github.com/favware/graphql-pokemon/issues/8)
* update data files ([1b2f3c1](https://github.com/favware/graphql-pokemon/commit/1b2f3c1adb401e3a99e731cdbcb12f3596550c7e))
* update smogon formats ([01b7a0c](https://github.com/favware/graphql-pokemon/commit/01b7a0ce227232a249600112bdd73bcbb5725338))
* implement pokemon details and dex entries ([786b539](https://github.com/favware/graphql-pokemon/commit/786b53926e0c18e4ae1dfa3a638681c7f676539f)), closes [#2](https://github.com/favware/graphql-pokemon/issues/2) [#3](https://github.com/favware/graphql-pokemon/issues/3)
* subfield selection + better args + prep move queries ([06ec225](https://github.com/favware/graphql-pokemon/commit/06ec2251271b1fd908f744a2105b834ebe1e4071)), closes [#14](https://github.com/favware/graphql-pokemon/issues/14)
* **query:** add item query endpoint ([f920694](https://github.com/favware/graphql-pokemon/commit/f92069438774a85b51261910969c3a50b2fedf4c)), closes [#5](https://github.com/favware/graphql-pokemon/issues/5)


### Bug Fixes

* better firebase hosting ([bf1da3a](https://github.com/favware/graphql-pokemon/commit/bf1da3ae44f1426a9e8da63a6c43384af9dc8217))
* fix building ([65617e0](https://github.com/favware/graphql-pokemon/commit/65617e03386668f77f0af6084df85e653edee107))
* fixed ability,item by fuzzy ([0d134ea](https://github.com/favware/graphql-pokemon/commit/0d134ea792d3b7bfa8f430a5cfc4c640c174b506))
* fixed firebase deploy ([ea47780](https://github.com/favware/graphql-pokemon/commit/ea47780a5cc0749c2c4514515987c6964d273b93))
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": "0.0.2",
"version": "1.0.0",
"description": "Expansive Pokemon GraphQL API",
"author": "@favware",
"license": "MIT",
Expand Down

0 comments on commit 1ec4b13

Please sign in to comment.