Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveVanOpstal committed Nov 5, 2016
1 parent ac92056 commit 1ce926f
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
Expand Up @@ -2,6 +2,35 @@

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.

<a name="1.0.0-alpha.11"></a>
# [1.0.0-alpha.11](https://github.com/SteveVanOpstal/LegendBuilder/compare/1.0.0-alpha.10...1.0.0-alpha.11) (2016-11-05)


### Bug Fixes

* **about:** add a link to league of legends homepage ([05fc164](https://github.com/SteveVanOpstal/LegendBuilder/commit/05fc164))
* **graph:** samples line type error ([9178fc5](https://github.com/SteveVanOpstal/LegendBuilder/commit/9178fc5))
* **npm:** remove comment ([939a0a3](https://github.com/SteveVanOpstal/LegendBuilder/commit/939a0a3))
* **region:** css incorrect underline ([04304bb](https://github.com/SteveVanOpstal/LegendBuilder/commit/04304bb))
* **stats:** statistics incorrect ([bd22cd3](https://github.com/SteveVanOpstal/LegendBuilder/commit/bd22cd3))
* **webpack:** workaround for issue webpack/webpack[#3060](https://github.com/SteveVanOpstal/LegendBuilder/issues/3060) ([94baab0](https://github.com/SteveVanOpstal/LegendBuilder/commit/94baab0))


### Features

* add about page ([f9f1f5d](https://github.com/SteveVanOpstal/LegendBuilder/commit/f9f1f5d))
* add footer ([85a6e27](https://github.com/SteveVanOpstal/LegendBuilder/commit/85a6e27))
* **about:** add a link to the contributor github page ([7a6a940](https://github.com/SteveVanOpstal/LegendBuilder/commit/7a6a940))
* **server:** allow newline in .api.key ([714f3b7](https://github.com/SteveVanOpstal/LegendBuilder/commit/714f3b7))
* **stats:** repeat the last stat on gametime ([df042fa](https://github.com/SteveVanOpstal/LegendBuilder/commit/df042fa))


### Performance Improvements

* **ddragon:** change hourglass link to utf-8 encoded string ([2eeeaf9](https://github.com/SteveVanOpstal/LegendBuilder/commit/2eeeaf9))



<a name="1.0.0-alpha.10"></a>
# [1.0.0-alpha.10](https://github.com/SteveVanOpstal/LegendBuilder/compare/1.0.0-alpha.9...1.0.0-alpha.10) (2016-09-22)

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": "legend-builder",
"version": "1.0.0-alpha.10",
"version": "1.0.0-alpha.11",
"description": "An advanced League Of Legends champion builder",
"bugs": {
"url": "https://github.com/SteveVanOpstal/LegendBuilder/issues"
Expand Down

0 comments on commit 1ce926f

Please sign in to comment.