-
-
Notifications
You must be signed in to change notification settings - Fork 277
fix: π prevent error with no bounds attribute #422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This change prevents the plugin to thow an error when the `bounds` attribute is absent from the API result β Closes: smeijer#421
The PR looks good to me. |
Thanks for the PR. Everything seems right. @tsamaya |
π This PR is included in version 4.2.0 π The release is available on: Your semantic-release bot π¦π |
Thanks @tsamaya and @ramazansancar! Appreciated. |
@all-contributors please add @tsamaya for code |
I've put up a pull request to add @tsamaya! π |
@all-contributors please add @ramazansancar for maintenance, review |
I've put up a pull request to add @ramazansancar! π |
Adds @tsamaya as a contributor for code. This was requested by smeijer [in this comment](#422 (comment)) [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
β¦#424) Adds @ramazansancar as a contributor for maintenance, review. This was requested by smeijer [in this comment](#422 (comment)) [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
This change prevents the plugin to thow an error when the
bounds
attribute is absent from the API resultβ Closes: #421