Skip to content

Commit

Permalink
v1.0.1 (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
franklevasseur committed Jun 15, 2022
1 parent c4b811e commit aa2d680
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
## [1.0.1](https://github.com/botpress/nlu/compare/v1.0.0...v1.0.1) (2022-06-15)


### Bug Fixes

* **nlu-server:** progress watch-dog fully stops when error or done ([#212](https://github.com/botpress/nlu/issues/212)) ([c4b811e](https://github.com/botpress/nlu/commit/c4b811e0a72d01564580b264cafc62e1f7adaafe))



# [1.0.0](https://github.com/botpress/nlu/compare/v0.1.10...v1.0.0) (2022-06-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@botpress/nlu",
"version": "1.0.0",
"version": "1.0.1",
"description": "Botpress NLU; Contains all of Botpress NLU related code.",
"author": "Botpress, Inc.",
"license": "AGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/nlu-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@botpress/nlu-cli",
"version": "1.0.0",
"version": "1.0.1",
"description": "CLI/entry-point to both nlu server or language-server",
"main": "./dist/index.js",
"author": "Botpress, Inc.",
Expand Down
2 changes: 1 addition & 1 deletion packages/nlu-server/package.json
@@ -1,6 +1,6 @@
{
"name": "@botpress/nlu-server",
"version": "1.0.0",
"version": "1.0.1",
"description": "Botpress Standalone NLU Server",
"main": "./dist/index.js",
"author": "Botpress, Inc.",
Expand Down

0 comments on commit aa2d680

Please sign in to comment.