Skip to content

Commit 6952207

Browse files
chore(release): 1.0.0-next.2 [skip ci]
# [1.0.0-next.2](v1.0.0-next.1...v1.0.0-next.2) (2023-06-02) ### Features * LifecycleManagement.session support async events when the session creation is deferred ([#69](#69)) ([1bb7eb6](1bb7eb6))
1 parent 1bb7eb6 commit 6952207

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.0.0-next.2](https://github.com/rdkcentral/ripple-rpc/compare/v1.0.0-next.1...v1.0.0-next.2) (2023-06-02)
2+
3+
4+
### Features
5+
6+
* LifecycleManagement.session support async events when the session creation is deferred ([#69](https://github.com/rdkcentral/ripple-rpc/issues/69)) ([1bb7eb6](https://github.com/rdkcentral/ripple-rpc/commit/1bb7eb6fc446443e450ea3a8f67d899ecf69d250))
7+
18
# [1.0.0-next.1](https://github.com/rdkcentral/ripple-rpc/compare/v0.1.0-next.3...v1.0.0-next.1) (2023-05-19)
29

310

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": "@firebolt-js/ripple-rpc",
3-
"version": "1.0.0-next.1",
3+
"version": "1.0.0-next.2",
44
"description": "A Ripple specific RPC definition",
55
"main": "./dist/lib/ripple-rpc.mjs",
66
"types": "./dist/lib/ripple-rpc.d.ts",

0 commit comments

Comments
 (0)