Skip to content

Commit

Permalink
New version.
Browse files Browse the repository at this point in the history
  • Loading branch information
maziac committed Feb 17, 2023
1 parent 60ff54b commit 1a5ff31
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

# 3.2.1
- Fix for #107: Z80CPU Error: TypeError: Cannot read properties of undefined (reading 'start')

# 3.2.0
- Changed to esbuild. Package size decreased.
- zsim: Audio fixed for chrome behavior. Note: audio is not started until the user has interacted with the simulator webview.
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dezog",
"displayName": "DeZog",
"version": "3.2.0",
"version": "3.2.1-rc1",
"publisher": "maziac",
"description": "Visual Studio Code Debugger for the Z80 and ZX Spectrum.",
"author": {
Expand All @@ -16,8 +16,8 @@
"assembler"
],
"engines": {
"vscode": "^1.71.0",
"node": "^16.14.0"
"vscode": ">=1.71.0",
"node": ">=16.14.0"
},
"icon": "assets/icon.png",
"categories": [
Expand Down

0 comments on commit 1a5ff31

Please sign in to comment.