Skip to content

Commit

Permalink
📝 Add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 15, 2022
1 parent e1cdad1 commit 50b2cf1
Show file tree
Hide file tree
Showing 30 changed files with 890 additions and 0 deletions.
445 changes: 445 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions clients/client-web-vue2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [@jovotech/client-web-vue2@4.2.8](https://github.com/jovotech/jovo-framework/compare/@jovotech/client-web-vue2@4.2.7...@jovotech/client-web-vue2@4.2.8)

> 14 April 2022
- 🐛 Fix optional paramter [`#1280`](https://github.com/jovotech/jovo-framework/pull/1280)

## [@jovotech/client-web-vue2@4.2.7](https://github.com/jovotech/jovo-framework/compare/@jovotech/client-web-vue2@4.2.6...@jovotech/client-web-vue2@4.2.7)

> 14 April 2022
- :recycle: Add additional config merge helper [`#1278`](https://github.com/jovotech/jovo-framework/pull/1278)
- :bug: Reset $request data in TestSuite [`#1277`](https://github.com/jovotech/jovo-framework/pull/1277)
- 🔖 Release 4.2.5 [`#1264`](https://github.com/jovotech/jovo-framework/pull/1264)

## [@jovotech/client-web-vue2@4.2.6](https://github.com/jovotech/jovo-framework/compare/@jovotech/client-web-vue2@4.2.5...@jovotech/client-web-vue2@4.2.6)

> 24 March 2022
Expand Down
14 changes: 14 additions & 0 deletions clients/client-web-vue3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [@jovotech/client-web-vue3@4.2.8](https://github.com/jovotech/jovo-framework/compare/@jovotech/client-web-vue3@4.2.7...@jovotech/client-web-vue3@4.2.8)

> 14 April 2022
- 🐛 Fix optional paramter [`#1280`](https://github.com/jovotech/jovo-framework/pull/1280)

## [@jovotech/client-web-vue3@4.2.7](https://github.com/jovotech/jovo-framework/compare/@jovotech/client-web-vue3@4.2.6...@jovotech/client-web-vue3@4.2.7)

> 14 April 2022
- :recycle: Add additional config merge helper [`#1278`](https://github.com/jovotech/jovo-framework/pull/1278)
- :bug: Reset $request data in TestSuite [`#1277`](https://github.com/jovotech/jovo-framework/pull/1277)
- 🔖 Release 4.2.5 [`#1264`](https://github.com/jovotech/jovo-framework/pull/1264)

## [@jovotech/client-web-vue3@4.2.6](https://github.com/jovotech/jovo-framework/compare/@jovotech/client-web-vue3@4.2.5...@jovotech/client-web-vue3@4.2.6)

> 24 March 2022
Expand Down
14 changes: 14 additions & 0 deletions clients/client-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [@jovotech/client-web@4.2.8](https://github.com/jovotech/jovo-framework/compare/@jovotech/client-web@4.2.7...@jovotech/client-web@4.2.8)

> 14 April 2022
- 🐛 Fix optional paramter [`#1280`](https://github.com/jovotech/jovo-framework/pull/1280)

## [@jovotech/client-web@4.2.7](https://github.com/jovotech/jovo-framework/compare/@jovotech/client-web@4.2.6...@jovotech/client-web@4.2.7)

> 14 April 2022
- :recycle: Add additional config merge helper [`#1278`](https://github.com/jovotech/jovo-framework/pull/1278)
- :bug: Reset $request data in TestSuite [`#1277`](https://github.com/jovotech/jovo-framework/pull/1277)
- 🔖 Release 4.2.5 [`#1264`](https://github.com/jovotech/jovo-framework/pull/1264)

## [@jovotech/client-web@4.2.6](https://github.com/jovotech/jovo-framework/compare/@jovotech/client-web@4.2.5...@jovotech/client-web@4.2.6)

> 24 March 2022
Expand Down
38 changes: 38 additions & 0 deletions common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# Changelog

## [@jovotech/common@4.2.2](https://github.com/jovotech/jovo-framework/compare/@jovotech/common@4.2.1...@jovotech/common@4.2.2)

> 14 April 2022
- 🐛 Fix optional paramter [`#1280`](https://github.com/jovotech/jovo-framework/pull/1280)

## [@jovotech/common@4.2.1](https://github.com/jovotech/jovo-framework/compare/@jovotech/common@4.2.0...@jovotech/common@4.2.1)

> 14 April 2022
- :recycle: Add additional config merge helper [`#1278`](https://github.com/jovotech/jovo-framework/pull/1278)
- :bug: Reset $request data in TestSuite [`#1277`](https://github.com/jovotech/jovo-framework/pull/1277)
- Add MongoDB integration [`#1217`](https://github.com/jovotech/jovo-framework/pull/1217)
- add `$requestConfig` to testSuite [`#1256`](https://github.com/jovotech/jovo-framework/pull/1256)
- [PROPOSAL] Add `component.handler` middleware [`#1208`](https://github.com/jovotech/jovo-framework/pull/1208)
- :recycle: Add middlewareCollection to handleRequest in test [`#1266`](https://github.com/jovotech/jovo-framework/pull/1266)
- 🔖 Release 4.2.5 [`#1264`](https://github.com/jovotech/jovo-framework/pull/1264)
- :bug: Fix output validation [`#1263`](https://github.com/jovotech/jovo-framework/pull/1263)
- 🔖 Release 4.2.4 [`#1262`](https://github.com/jovotech/jovo-framework/pull/1262)
- 🐛 Fixes output config delegation [`#1261`](https://github.com/jovotech/jovo-framework/pull/1261)
- :bug: Fix indentation from config [`#1259`](https://github.com/jovotech/jovo-framework/pull/1259)
- 🔖 Release 4.2.3 [`#1252`](https://github.com/jovotech/jovo-framework/pull/1252)
- 🐛 Fixes retrieving skillId from `jovo.project.js` [`#1248`](https://github.com/jovotech/jovo-framework/pull/1248)
- :bug: added missing parameter for recursive getImportStatus call [`#1247`](https://github.com/jovotech/jovo-framework/pull/1247)
- :construction_worker: Update npm scripts, satisfy linter [`#1245`](https://github.com/jovotech/jovo-framework/pull/1245)
- :bug: Fix askProfile config in jovo.project.js [`#1241`](https://github.com/jovotech/jovo-framework/pull/1241)
- :bug: Fixes output merging [`#1239`](https://github.com/jovotech/jovo-framework/pull/1239)
- Update code sample in AWS Lambda integration [`#1235`](https://github.com/jovotech/jovo-framework/pull/1235)
- Update README.md [`#1234`](https://github.com/jovotech/jovo-framework/pull/1234)
- 🔖 Publish 4.2.1 [`#1230`](https://github.com/jovotech/jovo-framework/pull/1230)
- Fix bug in handling of APL user events [`#1212`](https://github.com/jovotech/jovo-framework/pull/1212)
- implement `$device.getTimeZone()` on Alexa [`#1213`](https://github.com/jovotech/jovo-framework/pull/1213)
- Fix Alexa getUserId getter/setter [`#1228`](https://github.com/jovotech/jovo-framework/pull/1228)
- :bug: Fix missing OutputHelpers export [`#1229`](https://github.com/jovotech/jovo-framework/pull/1229)
- ✅ Implement tests for Framework and Platforms [`#1199`](https://github.com/jovotech/jovo-framework/pull/1199)
- :bookmark: Publish @jovotech/plugin-debugger@4.2.1 [`#1205`](https://github.com/jovotech/jovo-framework/pull/1205)
- :recycle: Move "." functionality to CLI [`#1204`](https://github.com/jovotech/jovo-framework/pull/1204)

## [@jovotech/common@4.2.0](https://github.com/jovotech/jovo-framework/compare/@jovotech/common@4.0.3...@jovotech/common@4.2.0)

> 26 January 2022
Expand Down
14 changes: 14 additions & 0 deletions framework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [@jovotech/framework@4.2.8](https://github.com/jovotech/jovo-framework/compare/@jovotech/framework@4.2.7...@jovotech/framework@4.2.8)

> 14 April 2022
- 🐛 Fix optional paramter [`#1280`](https://github.com/jovotech/jovo-framework/pull/1280)

## [@jovotech/framework@4.2.7](https://github.com/jovotech/jovo-framework/compare/@jovotech/framework@4.2.6...@jovotech/framework@4.2.7)

> 14 April 2022
- :recycle: Add additional config merge helper [`#1278`](https://github.com/jovotech/jovo-framework/pull/1278)
- :bug: Reset $request data in TestSuite [`#1277`](https://github.com/jovotech/jovo-framework/pull/1277)
- 🔖 Release 4.2.5 [`#1264`](https://github.com/jovotech/jovo-framework/pull/1264)

## [@jovotech/framework@4.2.6](https://github.com/jovotech/jovo-framework/compare/@jovotech/framework@4.2.5...@jovotech/framework@4.2.6)

> 24 March 2022
Expand Down
14 changes: 14 additions & 0 deletions integrations/analytics-dashbot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [@jovotech/analytics-dashbot@4.2.8](https://github.com/jovotech/jovo-framework/compare/@jovotech/analytics-dashbot@4.2.7...@jovotech/analytics-dashbot@4.2.8)

> 14 April 2022
- 🐛 Fix optional paramter [`#1280`](https://github.com/jovotech/jovo-framework/pull/1280)

## [@jovotech/analytics-dashbot@4.2.7](https://github.com/jovotech/jovo-framework/compare/@jovotech/analytics-dashbot@4.2.6...@jovotech/analytics-dashbot@4.2.7)

> 14 April 2022
- :recycle: Add additional config merge helper [`#1278`](https://github.com/jovotech/jovo-framework/pull/1278)
- :bug: Reset $request data in TestSuite [`#1277`](https://github.com/jovotech/jovo-framework/pull/1277)
- 🔖 Release 4.2.5 [`#1264`](https://github.com/jovotech/jovo-framework/pull/1264)

## [@jovotech/analytics-dashbot@4.2.6](https://github.com/jovotech/jovo-framework/compare/@jovotech/analytics-dashbot@4.2.5...@jovotech/analytics-dashbot@4.2.6)

> 24 March 2022
Expand Down
14 changes: 14 additions & 0 deletions integrations/cms-airtable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [@jovotech/cms-airtable@4.2.8](https://github.com/jovotech/jovo-framework/compare/@jovotech/cms-airtable@4.2.7...@jovotech/cms-airtable@4.2.8)

> 14 April 2022
- 🐛 Fix optional paramter [`#1280`](https://github.com/jovotech/jovo-framework/pull/1280)

## [@jovotech/cms-airtable@4.2.7](https://github.com/jovotech/jovo-framework/compare/@jovotech/cms-airtable@4.2.6...@jovotech/cms-airtable@4.2.7)

> 14 April 2022
- :recycle: Add additional config merge helper [`#1278`](https://github.com/jovotech/jovo-framework/pull/1278)
- :bug: Reset $request data in TestSuite [`#1277`](https://github.com/jovotech/jovo-framework/pull/1277)
- 🔖 Release 4.2.5 [`#1264`](https://github.com/jovotech/jovo-framework/pull/1264)

## [@jovotech/cms-airtable@4.2.6](https://github.com/jovotech/jovo-framework/compare/@jovotech/cms-airtable@4.2.5...@jovotech/cms-airtable@4.2.6)

> 24 March 2022
Expand Down
14 changes: 14 additions & 0 deletions integrations/cms-googlesheets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [@jovotech/cms-googlesheets@4.2.8](https://github.com/jovotech/jovo-framework/compare/@jovotech/cms-googlesheets@4.2.7...@jovotech/cms-googlesheets@4.2.8)

> 14 April 2022
- 🐛 Fix optional paramter [`#1280`](https://github.com/jovotech/jovo-framework/pull/1280)

## [@jovotech/cms-googlesheets@4.2.7](https://github.com/jovotech/jovo-framework/compare/@jovotech/cms-googlesheets@4.2.6...@jovotech/cms-googlesheets@4.2.7)

> 14 April 2022
- :recycle: Add additional config merge helper [`#1278`](https://github.com/jovotech/jovo-framework/pull/1278)
- :bug: Reset $request data in TestSuite [`#1277`](https://github.com/jovotech/jovo-framework/pull/1277)
- 🔖 Release 4.2.5 [`#1264`](https://github.com/jovotech/jovo-framework/pull/1264)

## [@jovotech/cms-googlesheets@4.2.6](https://github.com/jovotech/jovo-framework/compare/@jovotech/cms-googlesheets@4.2.5...@jovotech/cms-googlesheets@4.2.6)

> 24 March 2022
Expand Down
14 changes: 14 additions & 0 deletions integrations/db-dynamodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [@jovotech/db-dynamodb@4.2.8](https://github.com/jovotech/jovo-framework/compare/@jovotech/db-dynamodb@4.2.7...@jovotech/db-dynamodb@4.2.8)

> 14 April 2022
- 🐛 Fix optional paramter [`#1280`](https://github.com/jovotech/jovo-framework/pull/1280)

## [@jovotech/db-dynamodb@4.2.7](https://github.com/jovotech/jovo-framework/compare/@jovotech/db-dynamodb@4.2.6...@jovotech/db-dynamodb@4.2.7)

> 14 April 2022
- :recycle: Add additional config merge helper [`#1278`](https://github.com/jovotech/jovo-framework/pull/1278)
- :bug: Reset $request data in TestSuite [`#1277`](https://github.com/jovotech/jovo-framework/pull/1277)
- 🔖 Release 4.2.5 [`#1264`](https://github.com/jovotech/jovo-framework/pull/1264)

## [@jovotech/db-dynamodb@4.2.6](https://github.com/jovotech/jovo-framework/compare/@jovotech/db-dynamodb@4.2.5...@jovotech/db-dynamodb@4.2.6)

> 24 March 2022
Expand Down
14 changes: 14 additions & 0 deletions integrations/db-filedb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [@jovotech/db-filedb@4.2.8](https://github.com/jovotech/jovo-framework/compare/@jovotech/db-filedb@4.2.7...@jovotech/db-filedb@4.2.8)

> 14 April 2022
- 🐛 Fix optional paramter [`#1280`](https://github.com/jovotech/jovo-framework/pull/1280)

## [@jovotech/db-filedb@4.2.7](https://github.com/jovotech/jovo-framework/compare/@jovotech/db-filedb@4.2.6...@jovotech/db-filedb@4.2.7)

> 14 April 2022
- :recycle: Add additional config merge helper [`#1278`](https://github.com/jovotech/jovo-framework/pull/1278)
- :bug: Reset $request data in TestSuite [`#1277`](https://github.com/jovotech/jovo-framework/pull/1277)
- 🔖 Release 4.2.5 [`#1264`](https://github.com/jovotech/jovo-framework/pull/1264)

## [@jovotech/db-filedb@4.2.6](https://github.com/jovotech/jovo-framework/compare/@jovotech/db-filedb@4.2.5...@jovotech/db-filedb@4.2.6)

> 24 March 2022
Expand Down
14 changes: 14 additions & 0 deletions integrations/db-mongodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [@jovotech/db-mongodb@4.2.6](https://github.com/jovotech/jovo-framework/compare/@jovotech/db-mongodb@4.2.5...@jovotech/db-mongodb@4.2.6)

> 14 April 2022
- 🐛 Fix optional paramter [`#1280`](https://github.com/jovotech/jovo-framework/pull/1280)

## [@jovotech/db-mongodb@4.2.5](https://github.com/jovotech/jovo-framework/compare/@jovotech/db-mongodb@4.2.4...@jovotech/db-mongodb@4.2.5)

> 14 April 2022
- :recycle: Add additional config merge helper [`#1278`](https://github.com/jovotech/jovo-framework/pull/1278)
- :bug: Reset $request data in TestSuite [`#1277`](https://github.com/jovotech/jovo-framework/pull/1277)
- 🔖 Release 4.2.5 [`#1264`](https://github.com/jovotech/jovo-framework/pull/1264)

## [@jovotech/db-mongodb@4.2.4](https://github.com/jovotech/jovo-framework/compare/v3.5...@jovotech/db-mongodb@4.2.4)

> 24 March 2022
Expand Down
14 changes: 14 additions & 0 deletions integrations/nlu-dialogflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [@jovotech/nlu-dialogflow@4.2.8](https://github.com/jovotech/jovo-framework/compare/@jovotech/nlu-dialogflow@4.2.7...@jovotech/nlu-dialogflow@4.2.8)

> 14 April 2022
- 🐛 Fix optional paramter [`#1280`](https://github.com/jovotech/jovo-framework/pull/1280)

## [@jovotech/nlu-dialogflow@4.2.7](https://github.com/jovotech/jovo-framework/compare/@jovotech/nlu-dialogflow@4.2.6...@jovotech/nlu-dialogflow@4.2.7)

> 14 April 2022
- :recycle: Add additional config merge helper [`#1278`](https://github.com/jovotech/jovo-framework/pull/1278)
- :bug: Reset $request data in TestSuite [`#1277`](https://github.com/jovotech/jovo-framework/pull/1277)
- 🔖 Release 4.2.5 [`#1264`](https://github.com/jovotech/jovo-framework/pull/1264)

## [@jovotech/nlu-dialogflow@4.2.6](https://github.com/jovotech/jovo-framework/compare/@jovotech/nlu-dialogflow@4.2.5...@jovotech/nlu-dialogflow@4.2.6)

> 24 March 2022
Expand Down
14 changes: 14 additions & 0 deletions integrations/nlu-nlpjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [@jovotech/nlu-nlpjs@4.2.8](https://github.com/jovotech/jovo-framework/compare/@jovotech/nlu-nlpjs@4.2.7...@jovotech/nlu-nlpjs@4.2.8)

> 14 April 2022
- 🐛 Fix optional paramter [`#1280`](https://github.com/jovotech/jovo-framework/pull/1280)

## [@jovotech/nlu-nlpjs@4.2.7](https://github.com/jovotech/jovo-framework/compare/@jovotech/nlu-nlpjs@4.2.6...@jovotech/nlu-nlpjs@4.2.7)

> 14 April 2022
- :recycle: Add additional config merge helper [`#1278`](https://github.com/jovotech/jovo-framework/pull/1278)
- :bug: Reset $request data in TestSuite [`#1277`](https://github.com/jovotech/jovo-framework/pull/1277)
- 🔖 Release 4.2.5 [`#1264`](https://github.com/jovotech/jovo-framework/pull/1264)

## [@jovotech/nlu-nlpjs@4.2.6](https://github.com/jovotech/jovo-framework/compare/@jovotech/nlu-nlpjs@4.2.5...@jovotech/nlu-nlpjs@4.2.6)

> 24 March 2022
Expand Down
14 changes: 14 additions & 0 deletions integrations/nlu-rasa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [@jovotech/nlu-rasa@4.2.8](https://github.com/jovotech/jovo-framework/compare/@jovotech/nlu-rasa@4.2.7...@jovotech/nlu-rasa@4.2.8)

> 14 April 2022
- 🐛 Fix optional paramter [`#1280`](https://github.com/jovotech/jovo-framework/pull/1280)

## [@jovotech/nlu-rasa@4.2.7](https://github.com/jovotech/jovo-framework/compare/@jovotech/nlu-rasa@4.2.6...@jovotech/nlu-rasa@4.2.7)

> 14 April 2022
- :recycle: Add additional config merge helper [`#1278`](https://github.com/jovotech/jovo-framework/pull/1278)
- :bug: Reset $request data in TestSuite [`#1277`](https://github.com/jovotech/jovo-framework/pull/1277)
- 🔖 Release 4.2.5 [`#1264`](https://github.com/jovotech/jovo-framework/pull/1264)

## [@jovotech/nlu-rasa@4.2.6](https://github.com/jovotech/jovo-framework/compare/@jovotech/nlu-rasa@4.2.5...@jovotech/nlu-rasa@4.2.6)

> 24 March 2022
Expand Down
14 changes: 14 additions & 0 deletions integrations/nlu-snips/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [@jovotech/nlu-snips@4.2.8](https://github.com/jovotech/jovo-framework/compare/@jovotech/nlu-snips@4.2.7...@jovotech/nlu-snips@4.2.8)

> 14 April 2022
- 🐛 Fix optional paramter [`#1280`](https://github.com/jovotech/jovo-framework/pull/1280)

## [@jovotech/nlu-snips@4.2.7](https://github.com/jovotech/jovo-framework/compare/@jovotech/nlu-snips@4.2.6...@jovotech/nlu-snips@4.2.7)

> 14 April 2022
- :recycle: Add additional config merge helper [`#1278`](https://github.com/jovotech/jovo-framework/pull/1278)
- :bug: Reset $request data in TestSuite [`#1277`](https://github.com/jovotech/jovo-framework/pull/1277)
- 🔖 Release 4.2.5 [`#1264`](https://github.com/jovotech/jovo-framework/pull/1264)

## [@jovotech/nlu-snips@4.2.6](https://github.com/jovotech/jovo-framework/compare/@jovotech/nlu-snips@4.2.5...@jovotech/nlu-snips@4.2.6)

> 24 March 2022
Expand Down
14 changes: 14 additions & 0 deletions integrations/plugin-debugger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [@jovotech/plugin-debugger@4.2.9](https://github.com/jovotech/jovo-framework/compare/@jovotech/plugin-debugger@4.2.8...@jovotech/plugin-debugger@4.2.9)

> 14 April 2022
- 🐛 Fix optional paramter [`#1280`](https://github.com/jovotech/jovo-framework/pull/1280)

## [@jovotech/plugin-debugger@4.2.8](https://github.com/jovotech/jovo-framework/compare/@jovotech/plugin-debugger@4.2.7...@jovotech/plugin-debugger@4.2.8)

> 14 April 2022
- :recycle: Add additional config merge helper [`#1278`](https://github.com/jovotech/jovo-framework/pull/1278)
- :bug: Reset $request data in TestSuite [`#1277`](https://github.com/jovotech/jovo-framework/pull/1277)
- 🔖 Release 4.2.5 [`#1264`](https://github.com/jovotech/jovo-framework/pull/1264)

## [@jovotech/plugin-debugger@4.2.7](https://github.com/jovotech/jovo-framework/compare/@jovotech/plugin-debugger@4.2.6...@jovotech/plugin-debugger@4.2.7)

> 24 March 2022
Expand Down
14 changes: 14 additions & 0 deletions integrations/plugin-slack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [@jovotech/plugin-slack@4.2.8](https://github.com/jovotech/jovo-framework/compare/@jovotech/plugin-slack@4.2.7...@jovotech/plugin-slack@4.2.8)

> 14 April 2022
- 🐛 Fix optional paramter [`#1280`](https://github.com/jovotech/jovo-framework/pull/1280)

## [@jovotech/plugin-slack@4.2.7](https://github.com/jovotech/jovo-framework/compare/@jovotech/plugin-slack@4.2.6...@jovotech/plugin-slack@4.2.7)

> 14 April 2022
- :recycle: Add additional config merge helper [`#1278`](https://github.com/jovotech/jovo-framework/pull/1278)
- :bug: Reset $request data in TestSuite [`#1277`](https://github.com/jovotech/jovo-framework/pull/1277)
- 🔖 Release 4.2.5 [`#1264`](https://github.com/jovotech/jovo-framework/pull/1264)

## [@jovotech/plugin-slack@4.2.6](https://github.com/jovotech/jovo-framework/compare/@jovotech/plugin-slack@4.2.5...@jovotech/plugin-slack@4.2.6)

> 24 March 2022
Expand Down
14 changes: 14 additions & 0 deletions integrations/server-express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [@jovotech/server-express@4.2.8](https://github.com/jovotech/jovo-framework/compare/@jovotech/server-express@4.2.7...@jovotech/server-express@4.2.8)

> 14 April 2022
- 🐛 Fix optional paramter [`#1280`](https://github.com/jovotech/jovo-framework/pull/1280)

## [@jovotech/server-express@4.2.7](https://github.com/jovotech/jovo-framework/compare/@jovotech/server-express@4.2.6...@jovotech/server-express@4.2.7)

> 14 April 2022
- :recycle: Add additional config merge helper [`#1278`](https://github.com/jovotech/jovo-framework/pull/1278)
- :bug: Reset $request data in TestSuite [`#1277`](https://github.com/jovotech/jovo-framework/pull/1277)
- 🔖 Release 4.2.5 [`#1264`](https://github.com/jovotech/jovo-framework/pull/1264)

## [@jovotech/server-express@4.2.6](https://github.com/jovotech/jovo-framework/compare/@jovotech/server-express@4.2.5...@jovotech/server-express@4.2.6)

> 24 March 2022
Expand Down
Loading

0 comments on commit 50b2cf1

Please sign in to comment.