Skip to content

Commit

Permalink
release: 2.0.7
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Este-Gracias <sestegra@gmail.com>
  • Loading branch information
sestegra committed Jun 21, 2021
1 parent a7362ae commit de914fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [2.0.7] - 2021-06-21
### Fixed
- Touch `.vscode/sac.code-snippets` when `sac deck code`

## [2.0.6] - 2021-02-27
### Added
- SAC_DECK_CODE_HUGO_ARGS, SAC_DECK_PDF_HUGO_ARGS, SAC_DECK_HTML_HUGO_ARGS environment variables
Expand Down
2 changes: 1 addition & 1 deletion sac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eou pipefail
trap "exit" INT TERM ERR
trap "kill 0" EXIT

VERSION="2.0.6"
VERSION="2.0.7"
CMD=${1:-""}
UNAME=$(uname -s)
SAC_SHARE_DIR=/usr/local/share/sac
Expand Down

0 comments on commit de914fa

Please sign in to comment.