Skip to content

Commit 7bd3e43

Browse files
chore: release @aries-framework/transport-ble 0.2.1 (#227)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 17c6203 commit 7bd3e43

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/transport-ble/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [0.2.1](https://www.github.com/hyperledger/aries-framework-javascript-ext/compare/transport-ble-v0.2.0...transport-ble-v0.2.1) (2023-09-18)
4+
5+
6+
### Bug Fixes
7+
8+
* loosen types on ble inbound and outbound transport and session ([#226](https://www.github.com/hyperledger/aries-framework-javascript-ext/issues/226)) ([17c6203](https://www.github.com/hyperledger/aries-framework-javascript-ext/commit/17c6203b398ad2fd613bc237e2c852a86f44c444))
9+
310
## [0.2.0](https://www.github.com/hyperledger/aries-framework-javascript-ext/compare/transport-ble-v0.1.0...transport-ble-v0.2.0) (2023-06-29)
411

512

packages/transport-ble/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@aries-framework/transport-ble",
33
"main": "build/index",
44
"types": "build/index",
5-
"version": "0.2.0",
5+
"version": "0.2.1",
66
"files": [
77
"build"
88
],

0 commit comments

Comments
 (0)