Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit b3063c9

Browse files
committed
chore(*): prepare release 0.5.0
1 parent ed55fe4 commit b3063c9

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

doc/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
<a name="0.5.0"></a>
2+
# [0.5.0](https://github.com/MarcScheib/legendsrising/compare/0.4.0...v0.5.0) (2016-11-03)
3+
4+
5+
### Bug Fixes
6+
7+
* **nav:** fix navbar border ([f1596db](https://github.com/MarcScheib/legendsrising/commit/f1596db))
8+
* **router:** fix scroll to top on routing ([8117803](https://github.com/MarcScheib/legendsrising/commit/8117803))
9+
10+
11+
### Features
12+
13+
* **news:** add animations to comment loading ([adf59e0](https://github.com/MarcScheib/legendsrising/commit/adf59e0))
14+
* **news:** add pagination to comments ([786a1fb](https://github.com/MarcScheib/legendsrising/commit/786a1fb))
15+
* **news:** implement data list for news comments ([38d09dd](https://github.com/MarcScheib/legendsrising/commit/38d09dd))
16+
* **news:** implement news comment function ([e842b22](https://github.com/MarcScheib/legendsrising/commit/e842b22))
17+
* **user:** add user entity ([f4b2da1](https://github.com/MarcScheib/legendsrising/commit/f4b2da1))
18+
* **user:** store user data in logged in entity ([e9b2a81](https://github.com/MarcScheib/legendsrising/commit/e9b2a81))
19+
20+
21+
122
<a name="0.4.0"></a>
223
# [0.4.0](https://github.com/MarcScheib/legendsrising/compare/0.3.4...v0.4.0) (2016-10-16)
324

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "LegendsRising",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "LegendsRising, a Massively Multiplayer Online Role-Playing Game",
55
"keywords": [
66
"legendsrising",

0 commit comments

Comments
 (0)