Skip to content

Commit ef604ee

Browse files
committed
version bump to v0.3.2
1 parent 39e88df commit ef604ee

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Version 0.3.2
2+
- Added `ignorePatterns` option to skip over specified files when stepping (useful for busted)
3+
- Allowed `scriptFiles` to work with leading relative paths (`./`)
4+
15
## Version 0.3.1
26
- Removed tests from extension bundle
37

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "local-lua-debugger-vscode",
33
"publisher": "tomblind",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"description": "Local Lua Debugger - simple Lua debugger with no dependencies",
66
"displayName": "Local Lua Debugger",
77
"icon": "resources/Lua-Logo_128x128.png",

0 commit comments

Comments
 (0)