Skip to content

Commit 13f7a42

Browse files
authored
Bump to 0.15.7-0 (#440)
* 0.15.6 * Add permissions * Add permissions * Add entry * 0.15.7-0 * Add 0.15.6
1 parent 970a2b2 commit 13f7a42

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.github/workflows/publish-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66

77
jobs:
88
build-and-draft:
9+
permissions:
10+
contents: write
911
runs-on: ubuntu-latest
1012

1113
steps:
@@ -70,6 +72,8 @@ jobs:
7072
needs:
7173
- build-and-draft
7274
- publish-package
75+
permissions:
76+
contents: write
7377
runs-on: ubuntu-latest
7478

7579
steps:

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1616

1717
## [Unreleased]
1818

19+
## [0.15.6] - 2025-04-17
20+
1921
### Changed
2022

21-
- Bumped dependencies, by [@compulim](https://github.com/compulim), in PR [#426](https://github.com/microsoft/BotFramework-DirectLineJS/pull/426)
23+
- Bumped dependencies, in PR [#426](https://github.com/microsoft/BotFramework-DirectLineJS/pull/426) and [#438](https://github.com/microsoft/BotFramework-DirectLineJS/pull/438)
2224
- Production dependencies
2325
- [`botframework-streaming@4.23.0`](https://npmjs.com/package/botframework-streaming)
26+
- [`@babel/runtime@7.26.10`](https://npmjs.com/package/@babel/runtime)
2427

2528
## [0.15.5] - 2023-10-10
2629

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "botframework-directlinejs",
3-
"version": "0.15.6-0",
3+
"version": "0.15.7-0",
44
"description": "Client library for the Microsoft Bot Framework Direct Line 3.0 protocol",
55
"files": [
66
"dist/**/*",

0 commit comments

Comments
 (0)