Skip to content

Commit 7ed61b1

Browse files
committed
release: 0.22.2
1 parent 9f1ebd1 commit 7ed61b1

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/RELEASE.md

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

3-
This is a guide to know the steps to create a new release.
3+
This is a guide to knowing the steps to create a new release.
44

55
1. Update the version in [BASHUNIT_VERSION](../bashunit)
66
1. Update the version in [LATEST_BASHUNIT_VERSION](../install.sh)

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.2](https://github.com/TypedDevs/bashunit/compare/0.22.1...0.22.2) - 2025-07-26
44

55
- Fix broken core snapshot tests
66
- Improve NixOS support

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.22.1"
5+
declare -r BASHUNIT_VERSION="0.22.2"
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.22.1"
98+
LATEST_BASHUNIT_VERSION="0.22.2"
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.22.1",
4-
"checksum": "7706f5987e3dc6868694ed3c38b0b085a02d1404c01f31c21c923ec8e7d4bc55",
3+
"version": "0.22.2",
4+
"checksum": "b52b602de0f1d345cc99b07506840d6beaa5c64d1e631e7243866d7e3273f439",
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)