From 5d87e2db415675a5df3605e44025a00c1649556c Mon Sep 17 00:00:00 2001 From: William Wong Date: Mon, 5 Jun 2023 13:16:03 -0700 Subject: [PATCH] Bump to 0.15.4-0 (#405) * 0.15.3 * 0.15.4-0 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5531bbce..3a04ba37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.15.3] - 2023-06-05 + ### Fixed - Fixed [#398](https://github.com/microsoft/BotFramework-DirectLineJS/issues/398). In `DirectLineStreaming`, all calls to async function should be caught and rethrow appropriately, by [@compulim](https://github.com/compulim) in PR [#399](https://github.com/microsoft/BotFramework-DirectLineJS/pull/399) diff --git a/package-lock.json b/package-lock.json index 935eb905..40b6d8b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "botframework-directlinejs", - "version": "0.15.3-0", + "version": "0.15.4-0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "botframework-directlinejs", - "version": "0.15.3-0", + "version": "0.15.4-0", "license": "MIT", "dependencies": { "@babel/runtime": "7.14.8", diff --git a/package.json b/package.json index 4d81f682..2c230cea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botframework-directlinejs", - "version": "0.15.3-0", + "version": "0.15.4-0", "description": "Client library for the Microsoft Bot Framework Direct Line 3.0 protocol", "files": [ "dist/**/*",