Skip to content

Commit 2f3d498

Browse files
chore(release): 1.0.0-alpha.14
1 parent 727c9bd commit 2f3d498

File tree

2 files changed

+39
-11
lines changed

2 files changed

+39
-11
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
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.14"></a>
6+
# [1.0.0-alpha.14](https://github.com/SteveVanOpstal/LegendBuilder/compare/1.0.0-alpha.13...v1.0.0-alpha.14) (2017-04-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **ci:** upload script breaks ([6a29866](https://github.com/SteveVanOpstal/LegendBuilder/commit/6a29866))
12+
* **ci:** upload script breaks on exit ([de61d90](https://github.com/SteveVanOpstal/LegendBuilder/commit/de61d90))
13+
* **ci:** upload script breaks on exit status 0 ([bcddcf2](https://github.com/SteveVanOpstal/LegendBuilder/commit/bcddcf2))
14+
* **lolapi:** static endpoint incorrect ([dd8b872](https://github.com/SteveVanOpstal/LegendBuilder/commit/dd8b872))
15+
16+
17+
### Features
18+
19+
* automated certificate renewal ([85af033](https://github.com/SteveVanOpstal/LegendBuilder/commit/85af033))
20+
* **lolapi:** get api version from the settings ([821d9eb](https://github.com/SteveVanOpstal/LegendBuilder/commit/821d9eb))
21+
* **match-server:** add more limits ([882b301](https://github.com/SteveVanOpstal/LegendBuilder/commit/882b301))
22+
* **match-server:** limit gameTime and samples ([0fad27b](https://github.com/SteveVanOpstal/LegendBuilder/commit/0fad27b))
23+
* **server:** key file locations as cl arguments ([067490f](https://github.com/SteveVanOpstal/LegendBuilder/commit/067490f))
24+
* **server:** one domain for all ([32ea47f](https://github.com/SteveVanOpstal/LegendBuilder/commit/32ea47f))
25+
26+
27+
### Performance Improvements
28+
29+
* **champions:** limit data use for small devices ([38c720d](https://github.com/SteveVanOpstal/LegendBuilder/commit/38c720d))
30+
31+
32+
533
<a name="1.0.0-alpha.13"></a>
634
# [1.0.0-alpha.13](https://github.com/SteveVanOpstal/LegendBuilder/compare/1.0.0-alpha.12...v1.0.0-alpha.13) (2017-03-03)
735

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "legend-builder",
3-
"version": "1.0.0-alpha.13",
3+
"version": "1.0.0-alpha.14",
44
"description": "An advanced League Of Legends champion builder",
55
"bugs": {
66
"url": "https://github.com/SteveVanOpstal/LegendBuilder/issues"
@@ -96,14 +96,14 @@
9696
"conventional-github-releaser": "./node_modules/.bin/conventional-github-releaser -p angular"
9797
},
9898
"dependencies": {
99-
"@angular/animations": "4.0.0-rc.3",
100-
"@angular/common": "4.0.0-rc.3",
101-
"@angular/compiler": "4.0.0-rc.3",
102-
"@angular/core": "4.0.0-rc.3",
103-
"@angular/http": "4.0.0-rc.3",
104-
"@angular/platform-browser": "4.0.0-rc.3",
105-
"@angular/platform-browser-dynamic": "4.0.0-rc.3",
106-
"@angular/router": "4.0.0-rc.3",
99+
"@angular/animations": "4.0.0-rc.5",
100+
"@angular/common": "4.0.0-rc.5",
101+
"@angular/compiler": "4.0.0-rc.5",
102+
"@angular/core": "4.0.0-rc.5",
103+
"@angular/http": "4.0.0-rc.5",
104+
"@angular/platform-browser": "4.0.0-rc.5",
105+
"@angular/platform-browser-dynamic": "4.0.0-rc.5",
106+
"@angular/router": "4.0.0-rc.5",
107107
"@types/async": "2.0.38",
108108
"@types/core-js": "0.9.35",
109109
"@types/d3-array": "1.0.7",
@@ -138,7 +138,7 @@
138138
"rxjs": "5.1.0",
139139
"typescript": "2.1.6",
140140
"webfontloader": "1.6.27",
141-
"zone.js": "0.7.6"
141+
"zone.js": "0.8.5"
142142
},
143143
"devDependencies": {
144144
"@types/jasmine": "2.5.45",
@@ -182,4 +182,4 @@
182182
"webpack-dev-server": "^2.1.0-beta.10",
183183
"webpack-md5-hash": "^0.0.5"
184184
}
185-
}
185+
}

0 commit comments

Comments
 (0)