Version 2.0.1 release

This commit is contained in:
Maciej Pędzich 2020-11-28 00:00:14 +01:00
parent 94e5c92f5b
commit 72c22d4870
3 changed files with 12 additions and 2 deletions

10
CHANGELOG.md Normal file
View File

@ -0,0 +1,10 @@
# Changelog
## v2.0.1
- Fix "unkown" typo
- Add version tag to page header
## v2.0.0
- Initial version 2.x.x release

View File

@ -21,7 +21,7 @@ window.addEventListener('keypress', (evt) => {
switch (command) {
default:
output.style.color = 'red';
output.textContent = `ERROR: Unkown command '${command}'`;
output.textContent = `ERROR: Unknown command '${command}'`;
break;
case 'about':
const age = today.getFullYear() - new Date('2005-05-08').getFullYear()

View File

@ -9,7 +9,7 @@
</head>
<body>
<div id="header">
<p>maciejpedzi.ch</p>
<p>maciejpedzi.ch [Version 2.0.1]</p>
<p>
(c) Maciej Pedzich, 2020-<span id="currentYear"></span>
</p>