Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## 2.0.6 - 27 November 2022
- Remove images if 'no space left on device'. [#231](https://github.com/getlocalci/local-ci/pull/231)

## 2.0.5 - 16 November 2022
- Bump the binary version to the latest: `v0.1.22426`. [#229](https://github.com/getlocalci/local-ci/pull/229)

Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "local-ci",
"displayName": "Local CI",
"description": "Debug CircleCI® workflows locally, with Bash access during and after. Free preview, then paid.",
"version": "2.0.5",
"version": "2.0.6",
"publisher": "LocalCI",
"contributors": [
"Ryan Kienstra"
Expand Down