mirror of
https://github.com/maciejpedzich/maciejpedzi.ch.git
synced 2024-11-10 00:13:02 +01:00
Version 2.0.1 release
This commit is contained in:
parent
94e5c92f5b
commit
72c22d4870
10
CHANGELOG.md
Normal file
10
CHANGELOG.md
Normal 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
|
@ -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()
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user