Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

Commit 1241e4b

Browse files
chore(all): prepare release 0.7.2
1 parent 05e72aa commit 1241e4b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

dist/welcome.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h2>${heading}</h2>
88
<input type="text" value.bind="firstName" class="form-control" id="fn" placeholder="first name">
99
</div>
1010
<div class="form-group">
11-
<label for="ln">Password</label>
11+
<label for="ln">Last Name</label>
1212
<input type="text" value.bind="lastName" class="form-control" id="ln" placeholder="last name">
1313
</div>
1414
<div class="form-group">

doc/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 0.7.2 (2015-01-07)
2+
3+
4+
#### Bug Fixes
5+
6+
* **welcome:** typo in the last name label ([05e72aaa](http://github.com/aurelia/skeleton-navigation/commit/05e72aaaee2a8c58943f7b9e85eb59307a85f35d))
7+
8+
19
### 0.7.1 (2015-01-07)
210

311
* updates to the readme to help clarify issues around authentication and usage on windows

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aurelia-skeleton-navigation",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "A starter kit for building a standard navigation-style app with Aurelia.",
55
"keywords": [
66
"aurelia",

0 commit comments

Comments
 (0)