Skip to content

Commit

Permalink
Bump to 0.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brownts committed Dec 31, 2022
1 parent 60376b9 commit 26d7d9f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ coverage
node_modules
*.vsix
.nyc_output
.vscode-test
.vscode-test
.secrets
4 changes: 4 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# List of paths and files to exclude from the packaged extension.
.github/**
.nyc_output/**
.vscode/**
coverage/**
typings/**
node_modules/**/build
out/src/test/**
test/**
src/**
Expand All @@ -13,6 +16,7 @@ src/**
.nycrc.yml
.prettierignore
.prettierrc
.secrets
cspell.json
cspell-dict.txt
HACKING.md
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Versioning].
[keep a changelog]: https://keepachangelog.com/en/1.0.0
[semantic versioning]: https://semver.org/spec/v2.0.0.html

## [Unreleased]
## [0.26.1] - 2022-12-31

### Fixed

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

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

## [0.26.0] - 2022-04-16

Expand Down
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
Expand Up @@ -10,7 +10,7 @@
"debug"
],
"license": "public domain",
"version": "0.26.0",
"version": "0.26.1",
"publisher": "webfreak",
"icon": "images/icon.png",
"engines": {
Expand Down

0 comments on commit 26d7d9f

Please sign in to comment.