Skip to content

Commit b814e83

Browse files
committed
release: 0.22.0
1 parent d8a4f04 commit b814e83

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.22.0](https://github.com/TypedDevs/bashunit/compare/0.21.0...0.22.0) - 2025-07-20
44

55
- Fix process time always shows as 0 ms
66
- Fixed terminal width detection first tput and fall back stty

bashunit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -euo pipefail
33

44
# shellcheck disable=SC2034
5-
declare -r BASHUNIT_VERSION="0.21.0"
5+
declare -r BASHUNIT_VERSION="0.22.0"
66

77
# shellcheck disable=SC2155
88
declare -r BASHUNIT_ROOT_DIR="$(dirname "${BASH_SOURCE[0]}")"

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ BASHUNIT_GIT_REPO="https://github.com/TypedDevs/bashunit"
9595
if is_git_installed; then
9696
LATEST_BASHUNIT_VERSION="$(get_latest_tag "$BASHUNIT_GIT_REPO")"
9797
else
98-
LATEST_BASHUNIT_VERSION="0.21.0"
98+
LATEST_BASHUNIT_VERSION="0.22.0"
9999
fi
100100
TAG="$LATEST_BASHUNIT_VERSION"
101101

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.21.0",
4-
"checksum": "655f4e4af47d4f0f6c794e4906bc22f16d9e1cfb4e277f5fb3a679322205bc10",
3+
"version": "0.22.0",
4+
"checksum": "a941fb4006e4fc20a6928bf23e3cd3357fbb5740f5bed6f85f532ab7993e882d",
55
"description": "Docs for bashunit a simple testing library for bash scripts",
66
"main": "index.js",
77
"repository": "[email protected]:TypedDevs/bashunit.git",

0 commit comments

Comments
 (0)