Skip to content

Commit

Permalink
chore(release): 0.10.0-next.2 [skip ci]
Browse files Browse the repository at this point in the history
# [0.10.0-next.2](v0.10.0-next.1...v0.10.0-next.2) (2023-01-19)

### Bug Fixes

* FIRESDK-31 returned response from Lifecycle.ready method ([#81](#81)) ([b1dd82b](b1dd82b))
* Word publish scripts ([#78](#78)) ([2f2bcc3](2f2bcc3))
  • Loading branch information
semantic-release-bot authored and kpears201 committed Feb 3, 2023
1 parent efc740f commit 3c10cc1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [0.10.0-next.2](https://github.com/rdkcentral/firebolt-core-sdk/compare/v0.10.0-next.1...v0.10.0-next.2) (2023-01-19)


### Bug Fixes

* FIRESDK-31 returned response from Lifecycle.ready method ([#81](https://github.com/rdkcentral/firebolt-core-sdk/issues/81)) ([b1dd82b](https://github.com/rdkcentral/firebolt-core-sdk/commit/b1dd82b657645c3f9f36bf91e3c02177ea8b55ec))
* Word publish scripts ([#78](https://github.com/rdkcentral/firebolt-core-sdk/issues/78)) ([2f2bcc3](https://github.com/rdkcentral/firebolt-core-sdk/commit/2f2bcc3823be1276ea6abdc67aeb8fafc8091b91))

# [0.10.0-next.1](https://github.com/rdkcentral/firebolt-core-sdk/compare/v0.9.1-next.1...v0.10.0-next.1) (2022-12-14)


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.

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/sdk",
"version": "0.10.0-next.1",
"version": "0.10.0-next.2",
"description": "The Firebolt JS SDK",
"main": "./dist/lib/firebolt.mjs",
"types": "./dist/lib/firebolt.d.ts",
Expand Down Expand Up @@ -55,4 +55,4 @@
"sdk"
],
"license": "Apache-2.0"
}
}

0 comments on commit 3c10cc1

Please sign in to comment.