Skip to content

Commit

Permalink
release(cli): 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
push-based.io - bot committed Feb 4, 2023
1 parent 09f9dfc commit 161f443
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

# [0.14.0](https://github.com/push-based/user-flow/compare/cli-0.13.19...cli-0.14.0) (2023-02-04)


### Bug Fixes

* make default value optional ([720d054](https://github.com/push-based/user-flow/commit/720d054e9246d900c30bd5e939303cc8d7ab2f87))
* remove default value ([db222b6](https://github.com/push-based/user-flow/commit/db222b61b642d9ae40a80e814426d76963a6cf65))


### Features

* add logic for withFlow to init command ([159f41e](https://github.com/push-based/user-flow/commit/159f41e537bc2fa3eb0de954a0e6949a479b55a2))
* add withFlow param ([058ed66](https://github.com/push-based/user-flow/commit/058ed6695ea6015a772a3fc85e9639b0b3c1b3db))



## [0.13.19](https://github.com/push-based/user-flow/compare/cli-0.13.18...cli-0.13.19) (2023-02-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@push-based/user-flow",
"version": "0.13.19",
"version": "0.14.0",
"type": "commonjs",
"main": "src/index.js",
"bin": "src/cli.js",
Expand Down

0 comments on commit 161f443

Please sign in to comment.