Skip to content

Commit

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



## [2.0.0] - 2024-04-24

### 🚀 Features

- [**breaking**] Use a member to hold the output function

## [1.4.0] - 2024-04-24

### 🚀 Features
Expand All @@ -12,6 +18,10 @@

- When running a qttest, output to stdout

### ⚙️ Miscellaneous Tasks

- Bump version

## [1.3.0] - 2024-04-23

### 🚀 Features
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": "1.4.0",
"version": "2.0.0",
"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 fd74f91

Please sign in to comment.