From 161281509a4b3ce71e6e4da731fa88079f873d40 Mon Sep 17 00:00:00 2001 From: SteveVanOpstal Date: Wed, 2 Mar 2016 22:55:40 +0100 Subject: [PATCH] chore(release): Bumped version number --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5f1b8f..a8f7f20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + +# [1.0.0-alpha.3](https://github.com/SteveVanOpstal/LegendBuilder/compare/1.0.0-alpha.2...v1.0.0-alpha.3) (2016-03-02) + + +### Bug Fixes + +* **config:** change file names ([6a20512](https://github.com/SteveVanOpstal/LegendBuilder/commit/6a20512)) +* **gulp:** use correct extension for uglify-js ([5649dcc](https://github.com/SteveVanOpstal/LegendBuilder/commit/5649dcc)) + +### Features + +* **abilities:** remodel ([592f533](https://github.com/SteveVanOpstal/LegendBuilder/commit/592f533)) +* **angular:** update to angular 2.0.0-beta.8 ([26a2a04](https://github.com/SteveVanOpstal/LegendBuilder/commit/26a2a04)) +* **MasteryComponent:** Initial masteries implementation ([671e6ff](https://github.com/SteveVanOpstal/LegendBuilder/commit/671e6ff)) + + + # [1.0.0-alpha.2](https://github.com/SteveVanOpstal/LegendBuilder/compare/1.0.0-alpha.1...v1.0.0-alpha.2) (2016-02-21) diff --git a/package.json b/package.json index 7cfc081..2542927 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "legend-builder", - "version": "1.0.0-alpha.2", + "version": "1.0.0-alpha.3", "description": "An advanced League Of Legends champion builder.", "bugs": { "url": "https://github.com/SteveVanOpstal/LegendBuilder/issues"