Skip to content

Commit

Permalink
chore: v1.5.0 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
PumpedSardines authored Nov 25, 2024
1 parent 6ad643e commit 54bcc06
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ Add new features here, everything will be added at the end to the changelog when
# vX.X.X
## Added
## Changed
## Fixed
-->

# v1.5.0
## Added
- A clock frequency counter showing current speed

## Changed
Expand All @@ -13,8 +22,6 @@ Add new features here, everything will be added at the end to the changelog when
## Fixed
- Allows loading data into VGA buffer and not only sdram

-->

# v1.4.2
## Changed
- Bug with font path
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dtekv-emulator-web",
"private": true,
"version": "1.4.2",
"version": "1.5.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 54bcc06

Please sign in to comment.