Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2023-06-02)

### Features

* LifecycleManagement.session support async events when the session creation is deferred ([#69](#69)) ([1bb7eb6](1bb7eb6))
  • Loading branch information
semantic-release-bot committed Jun 2, 2023
1 parent db4870c commit e3cf709
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.1.0](https://github.com/rdkcentral/ripple-rpc/compare/v1.0.0...v1.1.0) (2023-06-02)


### Features

* 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))

# [1.0.0](https://github.com/rdkcentral/ripple-rpc/compare/v0.0.0...v1.0.0) (2023-05-19)


Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebolt-js/ripple-rpc",
"version": "1.0.0-next.2",
"version": "1.1.0",
"description": "A Ripple specific RPC definition",
"main": "./dist/lib/ripple-rpc.mjs",
"types": "./dist/lib/ripple-rpc.d.ts",
Expand Down Expand Up @@ -51,4 +51,4 @@
"ripple"
],
"license": "Apache-2.0"
}
}

0 comments on commit e3cf709

Please sign in to comment.