Skip to content

Commit bf86c01

Browse files
committed
feat: set 0.12
1 parent d180965 commit bf86c01

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

3-
## [Unreleased](https://github.com/TypedDevs/bashunit/compare/0.11.0...main)
3+
## [Unreleased](https://github.com/TypedDevs/bashunit/compare/0.12.0...main)
4+
5+
- ...
6+
7+
## [0.12.0](https://github.com/TypedDevs/bashunit/compare/0.11.0...0.12.0)
48

59
- Add missing assertion in non-stable versions
610
- Fix test with `rm` command in macOS

bashunit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# shellcheck disable=SC2034
4-
declare -r BASHUNIT_VERSION="0.11.0"
4+
declare -r BASHUNIT_VERSION="0.12.0"
55

66
readonly BASHUNIT_ROOT_DIR="$(dirname "${BASH_SOURCE[0]}")"
77
export BASHUNIT_ROOT_DIR

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bashunit-docs",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"description": "Docs for bashunit a simple testing library for bash scripts",
55
"main": "index.js",
66
"repository": "[email protected]:TypedDevs/bashunit.git",

0 commit comments

Comments
 (0)