Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
grahambates committed Feb 2, 2024
1 parent 5dd5c5a commit 340e5b2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
/test
/src
/out/test
/images
tsconfig.json
.eslintignore
.eslintrc.js
.github
.vscode
*.map
.husky
jest.*
.DS_Store
coverage
winuaebootlog.txt
*.vsix
wasm/build_cstool.sh
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.2] - 2024-02-02

## Fixed

- Can't chain `process.on()`

## [1.1.1] - 2024-02-02

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion 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,6 +1,6 @@
{
"name": "uae-dap",
"version": "1.1.1",
"version": "1.1.2",
"description": "Debug Adapter Protocol for Amiga development with FS-UAE or WinUAE",
"main": "out/src/index.js",
"displayName": "Amiga Assembly Debugger",
Expand Down Expand Up @@ -322,8 +322,8 @@
"test-coverage": "jest --coverage",
"prepare": "husky install",
"vscode:prepublish": "npm run build",
"package": "vsce package",
"publish": "vsce publish"
"vscode:package": "vsce package",
"vscode:publish": "vsce publish"
},
"dependencies": {
"@vscode/debugadapter": "^1.55.1",
Expand Down

0 comments on commit 340e5b2

Please sign in to comment.