Skip to content

Commit

Permalink
chore(release): 1.7.1-next.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.7.1-next.1](v1.7.0...v1.7.1-next.1) (2022-11-18)

### Bug Fixes

* Capabilities for property setters to be manages instead of uses ([#77](#77)) ([a2fa157](a2fa157))
* Properly document context params ([#75](#75)) ([325858c](325858c))
* Trigger semantic release ([bb2ab26](bb2ab26))
  • Loading branch information
semantic-release-bot committed Nov 18, 2022
1 parent 6d82511 commit 24e4924
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.7.1-next.1](https://github.com/rdkcentral/firebolt-openrpc/compare/v1.7.0...v1.7.1-next.1) (2022-11-18)


### 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))
* Properly document context params ([#75](https://github.com/rdkcentral/firebolt-openrpc/issues/75)) ([325858c](https://github.com/rdkcentral/firebolt-openrpc/commit/325858c98116edd4708eacce644bbdb95a2e18e4))
* Trigger semantic release ([bb2ab26](https://github.com/rdkcentral/firebolt-openrpc/commit/bb2ab26b76e7515c0770f79d0ea65a436c930915))

# [1.7.0-next.7](https://github.com/rdkcentral/firebolt-openrpc/compare/v1.7.0-next.6...v1.7.0-next.7) (2022-11-18)


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": "1.7.0-next.7",
"version": "1.7.1-next.1",
"description": "The Firebolt SDK Code & Doc Generator",
"main": "src/js/sdk/index.mjs",
"type": "module",
Expand Down

0 comments on commit 24e4924

Please sign in to comment.