Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.14
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveVanOpstal committed Apr 3, 2017
1 parent 727c9bd commit 2f3d498
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 11 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

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.14"></a>
# [1.0.0-alpha.14](https://github.com/SteveVanOpstal/LegendBuilder/compare/1.0.0-alpha.13...v1.0.0-alpha.14) (2017-04-03)


### Bug Fixes

* **ci:** upload script breaks ([6a29866](https://github.com/SteveVanOpstal/LegendBuilder/commit/6a29866))
* **ci:** upload script breaks on exit ([de61d90](https://github.com/SteveVanOpstal/LegendBuilder/commit/de61d90))
* **ci:** upload script breaks on exit status 0 ([bcddcf2](https://github.com/SteveVanOpstal/LegendBuilder/commit/bcddcf2))
* **lolapi:** static endpoint incorrect ([dd8b872](https://github.com/SteveVanOpstal/LegendBuilder/commit/dd8b872))


### Features

* automated certificate renewal ([85af033](https://github.com/SteveVanOpstal/LegendBuilder/commit/85af033))
* **lolapi:** get api version from the settings ([821d9eb](https://github.com/SteveVanOpstal/LegendBuilder/commit/821d9eb))
* **match-server:** add more limits ([882b301](https://github.com/SteveVanOpstal/LegendBuilder/commit/882b301))
* **match-server:** limit gameTime and samples ([0fad27b](https://github.com/SteveVanOpstal/LegendBuilder/commit/0fad27b))
* **server:** key file locations as cl arguments ([067490f](https://github.com/SteveVanOpstal/LegendBuilder/commit/067490f))
* **server:** one domain for all ([32ea47f](https://github.com/SteveVanOpstal/LegendBuilder/commit/32ea47f))


### Performance Improvements

* **champions:** limit data use for small devices ([38c720d](https://github.com/SteveVanOpstal/LegendBuilder/commit/38c720d))



<a name="1.0.0-alpha.13"></a>
# [1.0.0-alpha.13](https://github.com/SteveVanOpstal/LegendBuilder/compare/1.0.0-alpha.12...v1.0.0-alpha.13) (2017-03-03)

Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "legend-builder",
"version": "1.0.0-alpha.13",
"version": "1.0.0-alpha.14",
"description": "An advanced League Of Legends champion builder",
"bugs": {
"url": "https://github.com/SteveVanOpstal/LegendBuilder/issues"
Expand Down Expand Up @@ -96,14 +96,14 @@
"conventional-github-releaser": "./node_modules/.bin/conventional-github-releaser -p angular"
},
"dependencies": {
"@angular/animations": "4.0.0-rc.3",
"@angular/common": "4.0.0-rc.3",
"@angular/compiler": "4.0.0-rc.3",
"@angular/core": "4.0.0-rc.3",
"@angular/http": "4.0.0-rc.3",
"@angular/platform-browser": "4.0.0-rc.3",
"@angular/platform-browser-dynamic": "4.0.0-rc.3",
"@angular/router": "4.0.0-rc.3",
"@angular/animations": "4.0.0-rc.5",
"@angular/common": "4.0.0-rc.5",
"@angular/compiler": "4.0.0-rc.5",
"@angular/core": "4.0.0-rc.5",
"@angular/http": "4.0.0-rc.5",
"@angular/platform-browser": "4.0.0-rc.5",
"@angular/platform-browser-dynamic": "4.0.0-rc.5",
"@angular/router": "4.0.0-rc.5",
"@types/async": "2.0.38",
"@types/core-js": "0.9.35",
"@types/d3-array": "1.0.7",
Expand Down Expand Up @@ -138,7 +138,7 @@
"rxjs": "5.1.0",
"typescript": "2.1.6",
"webfontloader": "1.6.27",
"zone.js": "0.7.6"
"zone.js": "0.8.5"
},
"devDependencies": {
"@types/jasmine": "2.5.45",
Expand Down Expand Up @@ -182,4 +182,4 @@
"webpack-dev-server": "^2.1.0-beta.10",
"webpack-md5-hash": "^0.0.5"
}
}
}

0 comments on commit 2f3d498

Please sign in to comment.