botframework-directlinejs 0.14.2-master.98e4586 → 0.15.2-master.2056970

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -16,6 +16,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
16
16
 
17
17
  ## [Unreleased]
18
18
 
19
+ ## [0.15.1] - 2022-02-09
20
+
21
+ ### Changed
22
+
23
+ - Bumped dependencies, by [@compulim](https://github.com/compulim), in PR [#351](https://github.com/microsoft/BotFramework-DirectLineJS/pull/351) and PR [#366](https://github.com/microsoft/BotFramework-DirectLineJS/pull/366)
24
+ - Production dependencies
25
+ - [`cross-fetch@3.1.5`](https://npmjs.com/package/cross-fetch)
26
+ - Development dependencies
27
+ - [`node-fetch@2.6.7`](https://npmjs.com/package/node-fetch)
28
+
29
+ ## [0.15.0] - 2021-07-29
30
+
19
31
  ### Changed
20
32
 
21
33
  - Bumped dependencies, by [@compulim](https://github.com/compulim), in PR [#351](https://github.com/microsoft/BotFramework-DirectLineJS/pull/351)