Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed May 2, 2024
1 parent 0ad282a commit 77435e6
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,33 @@



## [2.2.1] - 2024-05-02

### 🐛 Bug Fixes

- Fix running non-Qt tests
- Harden code against exception when reading .tap file

### 🧪 Testing

- Try fixing tests on macOS/Windows
- Try harder to fix macOS/Windows tests

### ⚙️ Miscellaneous Tasks

- Ran code format on tests
- Run codeformat on qttest.ts

## [2.2.0] - 2024-04-25

### 🚀 Features

- Allow to workaround microsoft/vscode-cmake-tools-api/issues/7

### ⚙️ Miscellaneous Tasks

- Bump version

## [2.1.1] - 2024-04-25

### 🐛 Bug Fixes
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
@@ -1,6 +1,6 @@
{
"name": "@iamsergio/qttest-utils",
"version": "2.2.0",
"version": "2.2.1",
"description": "API for listing QtTest executables from a build directory and which individual test slots each executable contains. Useful for a Text Explorer VSCode extension.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 77435e6

Please sign in to comment.