Skip to content

Commit

Permalink
chore(release): 2.0.1-next.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.1-next.1](v2.0.0...v2.0.1-next.1) (2023-05-19)

### Bug Fixes

* Bug in readText ([b54597b](b54597b))
* Document provider notifications ([4515ff0](4515ff0))
* **Events:** Support for multiple context parameters ([43d8318](43d8318))
* **property:** Copy manage or use caps from getter to setter ([41cb22e](41cb22e))
* Remove unused macro ([9f9b538](9f9b538))
* **temporal-set:** Code did not match spec ([e3069f1](e3069f1)), closes [#89](#89)
* **temporal-set:** Code did not match spec ([00fbae3](00fbae3))
  • Loading branch information
semantic-release-bot committed May 19, 2023
1 parent 45c18b9 commit becca4c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [2.0.1-next.1](https://github.com/rdkcentral/firebolt-openrpc/compare/v2.0.0...v2.0.1-next.1) (2023-05-19)


### Bug Fixes

* Bug in readText ([b54597b](https://github.com/rdkcentral/firebolt-openrpc/commit/b54597bc96881e0a20b29f2303dae2fe68099b51))
* Document provider notifications ([4515ff0](https://github.com/rdkcentral/firebolt-openrpc/commit/4515ff01151a82e055c911ccf5e885ffd0411d24))
* **Events:** Support for multiple context parameters ([43d8318](https://github.com/rdkcentral/firebolt-openrpc/commit/43d83180130e75a183b62be8c01e4138e78b651b))
* **property:** Copy manage or use caps from getter to setter ([41cb22e](https://github.com/rdkcentral/firebolt-openrpc/commit/41cb22eb81a3a82706bafd0548c6d4f7e90bf879))
* Remove unused macro ([9f9b538](https://github.com/rdkcentral/firebolt-openrpc/commit/9f9b53846a2e6834a1b83ca26153d743fc308dd0))
* **temporal-set:** Code did not match spec ([e3069f1](https://github.com/rdkcentral/firebolt-openrpc/commit/e3069f1fdc0ba06c6e82e5596a29b161b30d6f02)), closes [#89](https://github.com/rdkcentral/firebolt-openrpc/issues/89)
* **temporal-set:** Code did not match spec ([00fbae3](https://github.com/rdkcentral/firebolt-openrpc/commit/00fbae3fee20046c4d3fd8cebeb76f6025d27b9a))

# [2.0.0](https://github.com/rdkcentral/firebolt-openrpc/compare/v1.7.1...v2.0.0) (2023-05-01)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebolt-js/openrpc",
"version": "0.0.0-dev.0",
"version": "2.0.1-next.1",
"description": "The Firebolt SDK Code & Doc Generator",
"main": "languages/javascript/src/sdk.mjs",
"type": "module",
Expand Down

0 comments on commit becca4c

Please sign in to comment.