Skip to content
Open
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased] - xxxx-xx-xx

### Added

- Add support for `:action/reveal-listing-protected-files` action. [#120](https://github.com/sharetribe/flex-cli/pull/120)

### Fixed

- Exit gracefully using by setting `process.exitCode` instead of calling `process.exit()`. [Calling `process.exit(...)` will force the process to exit as quickly as possible even if there are still asynchronous operations pending that have not yet completed fully, including I/O operations to process.stdout and process.stderr.](https://nodejs.org/api/process.html#processexitcode) This may result in an error when e.g. piping the output to `jq`.[#119](https://github.com/sharetribe/flex-cli/pull/119)
Expand Down
1 change: 1 addition & 0 deletions src/sharetribe/tempelhof/spec.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
:action/publish-reviews
:action/reveal-customer-protected-data
:action/reveal-provider-protected-data
:action/reveal-listing-protected-files
:action/stripe-create-charge
:action/stripe-create-charge-pi
:action/stripe-create-payment-intent
Expand Down