Skip to content

Commit

Permalink
0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Jun 8, 2022
1 parent 098c1a5 commit 9fb8d00
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 30 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.13.0](https://github.com/rokucommunity/roku-debug/compare/v0.12.2...v0.13.0) - 2022-06-08
### Added
- Support for dynamic breakpoints when using Debug Protocol ([#84](https://github.com/rokucommunity/roku-debug/pull/84))
### Changed
- upgrade to [brighterscript@0.52.0](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0520---2022-06-08)
- upgrade to [roku-deploy@3.7.1](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#371---2022-06-08)
### Fixed
- crash when RAF files show up in stacktrace ([#88](https://github.com/rokucommunity/roku-debug/pull/88))

Expand Down
57 changes: 30 additions & 27 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,6 +1,6 @@
{
"name": "roku-debug",
"version": "0.12.2",
"version": "0.13.0",
"description": "Debug adapter for Roku application development using Node.js",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -85,7 +85,7 @@
},
"dependencies": {
"@rokucommunity/logger": "^0.3.0",
"brighterscript": "^0.51.3",
"brighterscript": "^0.52.0",
"dateformat": "^4.6.3",
"eol": "^0.9.1",
"eventemitter3": "^4.0.7",
Expand All @@ -94,7 +94,7 @@
"natural-orderby": "^2.0.3",
"replace-in-file": "^6.3.2",
"replace-last": "^1.2.6",
"roku-deploy": "^3.7.0",
"roku-deploy": "^3.7.1",
"semver": "^7.3.5",
"serialize-error": "^8.1.0",
"smart-buffer": "^4.2.0",
Expand Down

0 comments on commit 9fb8d00

Please sign in to comment.