Skip to content

Commit

Permalink
v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
meakbiyik committed Mar 1, 2022
1 parent a2979d6 commit 6e0fbad
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] - xx.xx.xxxx
### Fixed

## [0.5.4] - 01.03.2022
### Fixed
- Inverted `devtools` method conditional

## [0.5.3] - 01.03.2022
### Fixed
- `test_active_files` is not available in `devtools` under version "2.4.0" (#12, #16)
Expand Down Expand Up @@ -108,7 +112,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release of the VS Code R Test Explorer extension.
- Contains the infrastructure to parse and run R tests written with testthat framework.

[Unreleased]: https://github.com/meakbiyik/vscode-r-test-adapter/compare/v0.5.3...HEAD
[Unreleased]: https://github.com/meakbiyik/vscode-r-test-adapter/compare/v0.5.4...HEAD
[0.5.4]: https://github.com/meakbiyik/vscode-r-test-adapter/compare/v0.5.3...v0.5.4
[0.5.3]: https://github.com/meakbiyik/vscode-r-test-adapter/compare/v0.5.2...v0.5.3
[0.5.2]: https://github.com/meakbiyik/vscode-r-test-adapter/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/meakbiyik/vscode-r-test-adapter/compare/v0.5.0...v0.5.1
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 @@ -5,7 +5,7 @@
"icon": "img/icon.png",
"author": "M. Eren Akbiyik <erenakbiyik@gmail.com>",
"publisher": "meakbiyik",
"version": "0.5.3",
"version": "0.5.4",
"license": "MIT",
"homepage": "https://github.com/meakbiyik/vscode-r-test-adapter",
"repository": {
Expand Down

0 comments on commit 6e0fbad

Please sign in to comment.