From c12e70854b1c37f047bcc03295aaaf26ca9e1bd6 Mon Sep 17 00:00:00 2001 From: William Wong Date: Wed, 22 Mar 2023 01:29:02 +0000 Subject: [PATCH] 0.15.2 --- 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 7e47501e..daecf183 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.2] - 2023-03-21 + ### Changed - Bumped dependencies, by [@compulim](https://github.com/compulim), in PR [#390](https://github.com/microsoft/BotFramework-DirectLineJS/pull/390) and PR [#396](https://github.com/microsoft/BotFramework-DirectLineJS/pull/396) diff --git a/package-lock.json b/package-lock.json index 597f6864..a24c4314 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "botframework-directlinejs", - "version": "0.15.2-0", + "version": "0.15.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "botframework-directlinejs", - "version": "0.15.2-0", + "version": "0.15.2", "license": "MIT", "dependencies": { "@babel/runtime": "7.14.8", diff --git a/package.json b/package.json index 91e19e22..84ddf7a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botframework-directlinejs", - "version": "0.15.2-0", + "version": "0.15.2", "description": "Client library for the Microsoft Bot Framework Direct Line 3.0 protocol", "files": [ "dist/**/*",