Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.7.1...v2.0.0) (2023-05-01)

### Bug Fixes

* Capabilities for property setters to be manages instead of uses ([#77](#77)) ([a2fa157](a2fa157))
* Handle error in calls-metrics template ([322f636](322f636))
* Handle error in calls-metrics template ([b737d09](b737d09))
* Improper null check of value ([eed458c](eed458c))
* Properly document context params ([#75](#75)) ([325858c](325858c))
* **release:** Publish prereleases to NPM ([8947d81](8947d81))
* Removes extra string added to params table ([0d51872](0d51872))
* Trigger semantic release ([bb2ab26](bb2ab26))

### Features

* Add registerEventContext as an import for Capabilities module ([#83](#83)) ([16409bd](16409bd))
* **readme:** Update Readme for 2.0 ([3537aa0](3537aa0))

### BREAKING CHANGES

* **readme:** tagging this commit because all of the others were squashed
  • Loading branch information
semantic-release-bot committed May 1, 2023
1 parent a298aff commit 5bb22d0
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,28 @@
# [2.0.0](https://github.com/rdkcentral/firebolt-openrpc/compare/v1.7.1...v2.0.0) (2023-05-01)


### Bug Fixes

* Capabilities for property setters to be manages instead of uses ([#77](https://github.com/rdkcentral/firebolt-openrpc/issues/77)) ([a2fa157](https://github.com/rdkcentral/firebolt-openrpc/commit/a2fa157fac3ace0c3cec9f283b59bc4768e17373))
* Handle error in calls-metrics template ([322f636](https://github.com/rdkcentral/firebolt-openrpc/commit/322f636ca627c7c95ae58a16e8d3b334cf5ff3e2))
* Handle error in calls-metrics template ([b737d09](https://github.com/rdkcentral/firebolt-openrpc/commit/b737d09f9d5b22c63cae75f2992f324b8a1541cb))
* Improper null check of value ([eed458c](https://github.com/rdkcentral/firebolt-openrpc/commit/eed458c57eb8ba5701ea86097338041b79f88848))
* Properly document context params ([#75](https://github.com/rdkcentral/firebolt-openrpc/issues/75)) ([325858c](https://github.com/rdkcentral/firebolt-openrpc/commit/325858c98116edd4708eacce644bbdb95a2e18e4))
* **release:** Publish prereleases to NPM ([8947d81](https://github.com/rdkcentral/firebolt-openrpc/commit/8947d8120c51dfd05f23cf90475517b766fa1c4f))
* Removes extra string added to params table ([0d51872](https://github.com/rdkcentral/firebolt-openrpc/commit/0d5187266a1466cefded2ac50a7e44aa4ef1a2df))
* Trigger semantic release ([bb2ab26](https://github.com/rdkcentral/firebolt-openrpc/commit/bb2ab26b76e7515c0770f79d0ea65a436c930915))


### Features

* Add registerEventContext as an import for Capabilities module ([#83](https://github.com/rdkcentral/firebolt-openrpc/issues/83)) ([16409bd](https://github.com/rdkcentral/firebolt-openrpc/commit/16409bda1de97487493078e8cbe782b295b57412))
* **readme:** Update Readme for 2.0 ([3537aa0](https://github.com/rdkcentral/firebolt-openrpc/commit/3537aa01f5ec15efa7f202edcf2cde8e5b57d74f))


### BREAKING CHANGES

* **readme:** tagging this commit because all of the others were squashed

# [2.0.0-next.2](https://github.com/rdkcentral/firebolt-openrpc/compare/v2.0.0-next.1...v2.0.0-next.2) (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
@@ -1,6 +1,6 @@
{
"name": "@firebolt-js/openrpc",
"version": "2.0.0-next.2",
"version": "2.0.0",
"description": "The Firebolt SDK Code & Doc Generator",
"main": "languages/javascript/src/sdk.mjs",
"type": "module",
Expand Down

0 comments on commit 5bb22d0

Please sign in to comment.