Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpaulos committed Nov 27, 2023
1 parent 200cb76 commit d8974d0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1] - 2023-11-27

### Added

- Add support for TS < 4.7 and projects with non nodenext/node16 module resolution settings ([#16](https://github.com/algorand/avm-debugger/pull/16))

## [0.1.0] - 2023-11-22

### Added

- Initial AVM debug adapter implementation.

[unreleased]: https://github.com/algorand/avm-debugger/compare/v0.1.0...HEAD
[unreleased]: https://github.com/algorand/avm-debugger/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/algorand/avm-debugger/releases/tag/v0.1.1
[0.1.0]: https://github.com/algorand/avm-debugger/releases/tag/v0.1.0
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "avm-debug-adapter",
"version": "0.1.0",
"version": "0.1.1",
"description": "Algorand AVM transaction and smart contract debugger using the Debugger Adapter Protocol",
"author": {
"name": "Algorand, llc"
Expand Down

0 comments on commit d8974d0

Please sign in to comment.