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

Commit a2486b5

Browse files
committed
chore(*): prepare release 0.4.0
1 parent b4d65ab commit a2486b5

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

config.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ System.config({
1212
"github:*": "jspm_packages/github/*",
1313
"npm:*": "jspm_packages/npm/*"
1414
},
15-
1615
map: {
1716
"aurelia-animator-css": "npm:aurelia-animator-css@1.0.1",
1817
"aurelia-api": "github:spoonx/aurelia-api@2.2.0",
@@ -259,4 +258,4 @@ System.config({
259258
"indexof": "npm:indexof@0.0.1"
260259
}
261260
}
262-
});
261+
});

doc/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
<a name="0.4.0"></a>
2+
# [0.4.0](https://github.com/MarcScheib/legendsrising/compare/0.3.4...v0.4.0) (2016-10-16)
3+
4+
5+
### Bug Fixes
6+
7+
* fix index favicon and doctype ([302f1aa](https://github.com/MarcScheib/legendsrising/commit/302f1aa))
8+
* **faq:** fix check for empty faq list ([cbd7d9d](https://github.com/MarcScheib/legendsrising/commit/cbd7d9d))
9+
* **nav:** fix mobile nav toggling ([9af132d](https://github.com/MarcScheib/legendsrising/commit/9af132d))
10+
11+
### Features
12+
13+
* **env:** add aurelia environment plugin ([f998946](https://github.com/MarcScheib/legendsrising/commit/f998946))
14+
* **nav:** add mobile nav toggling ([1cc1e78](https://github.com/MarcScheib/legendsrising/commit/1cc1e78))
15+
* **nav:** add nav toggling ([ecc022b](https://github.com/MarcScheib/legendsrising/commit/ecc022b))
16+
* **nav:** add nav toggling ([b5a5b30](https://github.com/MarcScheib/legendsrising/commit/b5a5b30))
17+
* **nav:** improve nav toggling ([48fef21](https://github.com/MarcScheib/legendsrising/commit/48fef21))
18+
* **style:** add radio/checkbox styles ([197b82e](https://github.com/MarcScheib/legendsrising/commit/197b82e))
19+
20+
21+
122
<a name="0.3.4"></a>
223
## [0.3.4](https://github.com/MarcScheib/legendsrising/compare/0.3.2...v0.3.4) (2016-03-06)
324

package.json

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

0 commit comments

Comments
 (0)