Skip to content

Commit

Permalink
v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Blancard committed Mar 12, 2018
1 parent b482da2 commit 84f1a08
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 8 deletions.
22 changes: 17 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="4.2.0"></a>
# [4.2.0](https://github.com/Botfuel/bot-sdk2/compare/v4.1.0...v4.2.0) (2018-03-12)

<a name="4.1.0"></a>

### Features

* expose MissingImplementationError ([5755bd5](https://github.com/Botfuel/bot-sdk2/commit/5755bd5))
* Support modules ([ecab4eb](https://github.com/Botfuel/bot-sdk2/commit/ecab4eb))





<a name="4.1.0"></a>
## [4.1.0](https://github.com/Botfuel/botfuel-dialog/compare/v4.0.0...v4.1.0) (2018-03-12)

### New features
Expand All @@ -14,8 +26,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
### Refactoring

* Rename the methods used by the web adapter to build POST request
* `getUri` -> `getUrl`
* `getQs` -> `getQueryParameters`
* `getUri` -> `getUrl`
* `getQs` -> `getQueryParameters`

### Bug fixes

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
},
"npmClient": "yarn",
"useWorkspaces": true,
"version": "4.1.0"
"version": "4.2.0"
}
13 changes: 13 additions & 0 deletions packages/botfuel-dialog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="4.2.0"></a>
# [4.2.0](https://github.com/Botfuel/botfuel-dialog/compare/v4.1.0...v4.2.0) (2018-03-12)


### Features

* expose MissingImplementationError ([5755bd5](https://github.com/Botfuel/botfuel-dialog/commit/5755bd5))
* Support modules ([ecab4eb](https://github.com/Botfuel/botfuel-dialog/commit/ecab4eb))





<a name="4.0.0"></a>
# [4.0.0](https://github.com/Botfuel/botfuel-dialog/compare/v3.0.1...v4.0.0) (2018-03-02)

Expand Down
2 changes: 1 addition & 1 deletion packages/botfuel-dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "botfuel-dialog",
"version": "4.1.0",
"version": "4.2.0",
"author": "[email protected]",
"main": "index.js",
"description": "Botfuel Dialog",
Expand Down
17 changes: 17 additions & 0 deletions packages/test-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="4.2.0"></a>
# [4.2.0](https://github.com/Botfuel/bot-sdk2/compare/v4.1.0...v4.2.0) (2018-03-12)


### Features

* Support modules ([ecab4eb](https://github.com/Botfuel/bot-sdk2/commit/ecab4eb))





# Change Log

All notable changes to this project will be documented in this file.
Expand Down
2 changes: 1 addition & 1 deletion packages/test-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-modules",
"version": "4.0.0",
"version": "4.2.0",
"private": true,
"author": "[email protected]",
"description": "Provide minimal examples for botfuel modules",
Expand Down

0 comments on commit 84f1a08

Please sign in to comment.