Skip to content

Commit 6f3a556

Browse files
committed
release: 0.19.0
1 parent 9fd3794 commit 6f3a556

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## [0.19.0](https://github.com/TypedDevs/bashunit/compare/0.18.0...0.19.0) - 2025-02-19
44

55
- Fixed false negative with `set -e`
66
- Fixed name rendered when having `test_test_*`

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ BASHUNIT_GIT_REPO="https://github.com/TypedDevs/bashunit"
7070
if is_git_installed; then
7171
LATEST_BASHUNIT_VERSION="$(get_latest_tag "$BASHUNIT_GIT_REPO")"
7272
else
73-
LATEST_BASHUNIT_VERSION="0.18.0"
73+
LATEST_BASHUNIT_VERSION="0.19.0"
7474
fi
7575
TAG="$LATEST_BASHUNIT_VERSION"
7676

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bashunit-docs",
3-
"version": "0.18.0",
4-
"checksum": "70dffb79118b9dba8f1a8c83a60fdf79b01b0442c6260dba4e694522bc6637d7",
3+
"version": "0.19.0",
4+
"checksum": "0d0538b0d3e65beda2e6791b1a7178c63da250f12642ba7ba44487e9100d7f4f",
55
"description": "Docs for bashunit a simple testing library for bash scripts",
66
"main": "index.js",
77
"repository": "git@github.com:TypedDevs/bashunit.git",

0 commit comments

Comments
 (0)