Skip to content

Commit

Permalink
chore(version): updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
prb28 committed Feb 3, 2024
1 parent 16fd9c9 commit 7fee019
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 39 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

### [1.8.7] - pre-release
- [Issue #291](https://github.com/prb28/vscode-amiga-assembly/issues/291) Compatibility issue with vscode 1.86.0

### [1.8.6] - 2023-11-18
- [Issue #263](https://github.com/prb28/vscode-amiga-assembly/issues/263) Traps are not processed properly / regression stop on start

Expand Down
39 changes: 3 additions & 36 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": "1.8.7",
"publisher": "prb28",
"engines": {
"vscode": "^1.84.2"
"vscode": "^1.86.0"
},
"categories": [
"Formatters",
Expand Down Expand Up @@ -970,7 +970,6 @@
"@johanblumenberg/ts-mockito": "^1.0.40",
"@types/chai": "^4.3.10",
"@types/chai-as-promised": "^7.1.8",
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.4",
"@types/node": "^20",
"@types/temp": "^0.9.4",
Expand Down Expand Up @@ -1010,4 +1009,4 @@
"winston": "^3.11.0",
"winston-transport": "^4.6.0"
}
}
}

0 comments on commit 7fee019

Please sign in to comment.