Skip to content

Commit

Permalink
Update to 0.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1nksm committed Oct 28, 2020
1 parent b24fede commit b04f957
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.27.2] - 2020-10-28

### Fixed

- Fixed a bug that didn't cause an error if there are fixed examples
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ShellSpec",
"version": "0.27.1",
"version": "0.27.2",
"description": "BDD style unit testing framework for POSIX compliant shell script",
"homepage": "https://shellspec.info",
"scripts": ["shellspec"],
Expand Down
2 changes: 1 addition & 1 deletion shellspec
Expand Up @@ -12,7 +12,7 @@ if [ "${1:-}" = "-" ]; then
return 0
fi

export SHELLSPEC_VERSION='0.27.1'
export SHELLSPEC_VERSION='0.27.2'
export SHELLSPEC_SELF=''
export SHELLSPEC_ROOT=''
export SHELLSPEC_PROJECT_ROOT=''
Expand Down

0 comments on commit b04f957

Please sign in to comment.