Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(main): release js-sdk 0.5.0 (#247)
🤖 I have created a release *beep* *boop* --- ## [0.5.0](js-sdk-v0.4.0...js-sdk-v0.5.0) (2022-10-03) This release makes some change to `errors` and `reasons`. Errors are now an enumeration, and reasons are a free-form string. The `EvaluationDetails` and `ResolutionDetails` structures also now include an optional `errorMessage` which, in the case of abnormal execution, corresponds to the `message` property of an underlying error that might have occurred during flag evaluation. This release also included **experimental** web support and **experimental** transaction context propagation. ### ⚠ BREAKING CHANGES * errorCode as enum, reason as string (#244) ### Features * add transaction propagation ([#212](#212)) ([1d251ff](1d251ff)) * errorCode as enum, reason as string ([#244](#244)) ([ce7c4ad](ce7c4ad)) * experimental web support ([#200](#200)) ([fd144bb](fd144bb)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information