Skip to content

Commit

Permalink
v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
grahambates committed Feb 2, 2024
1 parent 340e5b2 commit d8712df
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
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.3] - 2024-02-02

## Fixed

- Ensure npm build is called before publish!

## [1.1.2] - 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.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uae-dap",
"version": "1.1.2",
"version": "1.1.3",
"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 @@ -321,6 +321,7 @@
"test": "jest",
"test-coverage": "jest --coverage",
"prepare": "husky install",
"prepack": "npm run build",
"vscode:prepublish": "npm run build",
"vscode:package": "vsce package",
"vscode:publish": "vsce publish"
Expand Down

0 comments on commit d8712df

Please sign in to comment.