Skip to content

Commit

Permalink
chore(release): 0.9.0-next.4 [skip ci]
Browse files Browse the repository at this point in the history
# [0.9.0-next.4](v0.9.0-next.3...v0.9.0-next.4) (2022-11-07)

### Bug Fixes

* Updating package-lock.json ([40bbf0d](40bbf0d))

### Features

* Adding availabilities API ([#65](#65)) ([ec940dd](ec940dd))
* Capabilities ([e3b6ee2](e3b6ee2))
  • Loading branch information
semantic-release-bot committed Nov 7, 2022
1 parent 647e82a commit 7f69224
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 @@
# [0.9.0-next.4](https://github.com/rdkcentral/firebolt-core-sdk/compare/v0.9.0-next.3...v0.9.0-next.4) (2022-11-07)


### Bug Fixes

* Updating package-lock.json ([40bbf0d](https://github.com/rdkcentral/firebolt-core-sdk/commit/40bbf0db5fa4bfe9b48224333f401bfd755d3350))


### Features

* Adding availabilities API ([#65](https://github.com/rdkcentral/firebolt-core-sdk/issues/65)) ([ec940dd](https://github.com/rdkcentral/firebolt-core-sdk/commit/ec940dd1a7a6865f18d64ada69793c87556a172e))
* Capabilities ([e3b6ee2](https://github.com/rdkcentral/firebolt-core-sdk/commit/e3b6ee2475fbd9157a40bc92490c06df135ebc34))

# [0.9.0-next.3](https://github.com/rdkcentral/firebolt-core-sdk/compare/v0.9.0-next.2...v0.9.0-next.3) (2022-10-19)


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/sdk",
"version": "0.9.0-next.3",
"version": "0.9.0-next.4",
"description": "The Firebolt JS SDK",
"main": "./dist/lib/firebolt.mjs",
"types": "./dist/lib/firebolt.d.ts",
Expand Down

0 comments on commit 7f69224

Please sign in to comment.