Skip to content

Commit 26d7d9f

Browse files
committed
Bump to 0.26.1
1 parent 60376b9 commit 26d7d9f

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ coverage
33
node_modules
44
*.vsix
55
.nyc_output
6-
.vscode-test
6+
.vscode-test
7+
.secrets

.vscodeignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# List of paths and files to exclude from the packaged extension.
22
.github/**
3+
.nyc_output/**
34
.vscode/**
5+
coverage/**
46
typings/**
7+
node_modules/**/build
58
out/src/test/**
69
test/**
710
src/**
@@ -13,6 +16,7 @@ src/**
1316
.nycrc.yml
1417
.prettierignore
1518
.prettierrc
19+
.secrets
1620
cspell.json
1721
cspell-dict.txt
1822
HACKING.md

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Versioning].
88
[keep a changelog]: https://keepachangelog.com/en/1.0.0
99
[semantic versioning]: https://semver.org/spec/v2.0.0.html
1010

11-
## [Unreleased]
11+
## [0.26.1] - 2022-12-31
1212

1313
### Fixed
1414

@@ -33,7 +33,7 @@ Versioning].
3333
- Fixes #342 - Local variables not displayed more than 2 stack frames deep - PR
3434
#345 ([@brownts])
3535

36-
[unreleased]: https://github.com/WebFreak001/code-debug/compare/v0.26.0...HEAD
36+
[0.26.1]: https://github.com/WebFreak001/code-debug/compare/v0.26.0...v0.26.1
3737

3838
## [0.26.0] - 2022-04-16
3939

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"debug"
1111
],
1212
"license": "public domain",
13-
"version": "0.26.0",
13+
"version": "0.26.1",
1414
"publisher": "webfreak",
1515
"icon": "images/icon.png",
1616
"engines": {

0 commit comments

Comments
 (0)