Skip to content

Commit 1ce926f

Browse files
chore(release): 1.0.0-alpha8.0
1 parent ac92056 commit 1ce926f

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

33
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.
44

5+
<a name="1.0.0-alpha.11"></a>
6+
# [1.0.0-alpha.11](https://github.com/SteveVanOpstal/LegendBuilder/compare/1.0.0-alpha.10...1.0.0-alpha.11) (2016-11-05)
7+
8+
9+
### Bug Fixes
10+
11+
* **about:** add a link to league of legends homepage ([05fc164](https://github.com/SteveVanOpstal/LegendBuilder/commit/05fc164))
12+
* **graph:** samples line type error ([9178fc5](https://github.com/SteveVanOpstal/LegendBuilder/commit/9178fc5))
13+
* **npm:** remove comment ([939a0a3](https://github.com/SteveVanOpstal/LegendBuilder/commit/939a0a3))
14+
* **region:** css incorrect underline ([04304bb](https://github.com/SteveVanOpstal/LegendBuilder/commit/04304bb))
15+
* **stats:** statistics incorrect ([bd22cd3](https://github.com/SteveVanOpstal/LegendBuilder/commit/bd22cd3))
16+
* **webpack:** workaround for issue webpack/webpack[#3060](https://github.com/SteveVanOpstal/LegendBuilder/issues/3060) ([94baab0](https://github.com/SteveVanOpstal/LegendBuilder/commit/94baab0))
17+
18+
19+
### Features
20+
21+
* add about page ([f9f1f5d](https://github.com/SteveVanOpstal/LegendBuilder/commit/f9f1f5d))
22+
* add footer ([85a6e27](https://github.com/SteveVanOpstal/LegendBuilder/commit/85a6e27))
23+
* **about:** add a link to the contributor github page ([7a6a940](https://github.com/SteveVanOpstal/LegendBuilder/commit/7a6a940))
24+
* **server:** allow newline in .api.key ([714f3b7](https://github.com/SteveVanOpstal/LegendBuilder/commit/714f3b7))
25+
* **stats:** repeat the last stat on gametime ([df042fa](https://github.com/SteveVanOpstal/LegendBuilder/commit/df042fa))
26+
27+
28+
### Performance Improvements
29+
30+
* **ddragon:** change hourglass link to utf-8 encoded string ([2eeeaf9](https://github.com/SteveVanOpstal/LegendBuilder/commit/2eeeaf9))
31+
32+
33+
534
<a name="1.0.0-alpha.10"></a>
635
# [1.0.0-alpha.10](https://github.com/SteveVanOpstal/LegendBuilder/compare/1.0.0-alpha.9...1.0.0-alpha.10) (2016-09-22)
736

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "legend-builder",
3-
"version": "1.0.0-alpha.10",
3+
"version": "1.0.0-alpha.11",
44
"description": "An advanced League Of Legends champion builder",
55
"bugs": {
66
"url": "https://github.com/SteveVanOpstal/LegendBuilder/issues"

0 commit comments

Comments
 (0)