Skip to content

Commit

Permalink
Merge pull request #8 from KDAB/release-please--branches--master
Browse files Browse the repository at this point in the history
chore: Bump to v1.8.2
  • Loading branch information
iamsergio authored May 3, 2024
2 parents 765a1c0 + 978a3e5 commit e39e41c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.8.1"
".": "1.8.2"
}
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## [1.8.2](https://github.com/KDAB/vscode-qttest/compare/v1.8.1...v1.8.2) (2024-05-03)


### Bug Fixes

* Run tests in alphabetically order ([f3e1b2c](https://github.com/KDAB/vscode-qttest/commit/f3e1b2c68e503367e2f4e129898cfec672da5f86))

## [1.8.1] - 2024-05-02

### 🐛 Bug Fixes
Expand Down Expand Up @@ -90,4 +97,3 @@
### 🐛 Bug Fixes

- Handle user pressing the refresh button

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 @@ -2,7 +2,7 @@
"name": "qttests",
"displayName": "QtTest Runner",
"description": "Extension to list and run individual QtTest slots",
"version": "1.8.1",
"version": "1.8.2",
"publisher": "KDAB",
"repository": {
"type": "git",
Expand Down

0 comments on commit e39e41c

Please sign in to comment.