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 6, 2024
1 parent 0b3bd0d commit 262d5e2
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@



## [0.4.0] - 2024-04-06

### 🧪 Testing

- Add integration tests
- Remove integration tests
- Add a test script

### ⚙️ Miscellaneous Tasks

- Update CONTRIBUTING file
- Add test-cli as dev dependency
- Fix an eslint warning
- Enable for macos and windows as well
- Add eslint as vscode recommendation
- Rename ci.yml to build.yml
- Update .vscodeignore
- Add mocha types as dependency
- Try to fix macOS build
- Update to node v18
- Run npm update
- Update CONTRIBUTING.md
- Update package versions
- Update CONTRIBUTING.md
- Update Dockerfile

## [0.3.0] - 2024-04-05

### ⚙️ Miscellaneous Tasks
Expand All @@ -22,6 +48,8 @@
- Prune before building package
- Update CONTRIBUTING file
- Bump version to 0.3.0
- Update changelog
- Update CONTRIBUTING file

### Minor

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 @@ -2,7 +2,7 @@
"name": "qttest",
"displayName": "kdab-qttest",
"description": "Extension to list individual QtTest tests",
"version": "0.3.0",
"version": "0.4.0",
"publisher": "sergiokdab",
"repository": {
"type": "git",
Expand Down

0 comments on commit 262d5e2

Please sign in to comment.