Skip to content

Commit

Permalink
fix(studio): url is less visible in logs (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
allardy authored Jun 3, 2021
1 parent 1836d81 commit bc5706a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.0.13](https://github.com/botpress/studio/compare/v0.0.12...v0.0.13) (2021-06-03)

### Bug Fixes

- **core:** warn parent process of readiness ([1836d81](https://github.com/botpress/studio/commit/1836d811fcc73fe95d66650edb950bb49fd4d2af))

## [0.0.9](https://github.com/botpress/studio/compare/v0.0.8...v0.0.9) (2021-06-01)

### Bug Fixes
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ When started as a standalone, these environment variables must be set:
- BP_MODULES_PATH: Path to the modules folder of a Botpress installation
- BP_DATA_FOLDER: Path to the data folder (bots/, global/)
- BP_SERVER_URL: to determine

## Release workflow

1. Type `yarn release <type>` where type can be major, minor or patch
2. Open a PR with all the files, when it is merged on baster, binaries will be produced and released
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botpress/studio",
"version": "0.0.12",
"version": "0.0.13",
"description": "Create your virtual assistants",
"main": "index.js",
"bin": "./packages/studio-be/out/index.js",
Expand Down

0 comments on commit bc5706a

Please sign in to comment.