Skip to content

Commit

Permalink
Release 0.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericbonnet committed Apr 8, 2024
1 parent 44b2392 commit c405884
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.17.3] - 2024-04-08

### Fixed

- Fix vulnerability issue #68 allowing code injection with shell commands on
Expand Down Expand Up @@ -240,7 +242,8 @@ Thanks to @andrewbridge for these contributions!

<!-- Versions -->

[unreleased]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.17.2...HEAD
[unreleased]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.17.3...HEAD
[0.17.3]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.17.2...v0.17.3
[0.17.2]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.17.1...v0.17.2
[0.17.1]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.17.0...v0.17.1
[0.17.0]: https://github.com/fredericbonnet/cmake-test-explorer/compare/v0.16.3...v0.17.0
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.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@
"Dominic van Berkel (https://github.com/barometz)",
"Tustin2121 (https://github.com/tustin2121)",
"Scott Kyle (https://github.com/appden)",
"Philip Craig (https://github.com/philipcraig)"
"Philip Craig (https://github.com/philipcraig)",
"Elizabeth Lin (https://github.com/elizabethtl)"
],
"publisher": "fredericbonnet",
"version": "0.17.2",
"version": "0.17.3",
"license": "BSD-3-Clause",
"homepage": "https://github.com/fredericbonnet/cmake-test-explorer",
"repository": {
Expand Down

0 comments on commit c405884

Please sign in to comment.