Skip to content

Commit

Permalink
chore(release): 1.51.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.51.0](v1.50.2...v1.51.0) (2024-07-12)

### Features

* more robust geolocation error handling ([df3db2a](df3db2a))

### Bug Fixes

* geolocation promise rejection reason must be an Error ([1a640a9](1a640a9))
  • Loading branch information
semantic-release-bot committed Jul 12, 2024
1 parent a084217 commit 59e1766
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.51.0](https://github.com/etchteam/recycling-locator/compare/v1.50.2...v1.51.0) (2024-07-12)


### Features

* more robust geolocation error handling ([df3db2a](https://github.com/etchteam/recycling-locator/commit/df3db2a67cfd3933f793f8fd3dead92acb9629b4))


### Bug Fixes

* geolocation promise rejection reason must be an Error ([1a640a9](https://github.com/etchteam/recycling-locator/commit/1a640a958ca46373d7b4cc98b68444c3d709f8f0))

## [1.50.2](https://github.com/etchteam/recycling-locator/compare/v1.50.1...v1.50.2) (2024-07-12)


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": "@etchteam/recycling-locator",
"version": "1.50.2",
"version": "1.51.0",
"description": "Find places to recycle, refill or reuse items.",
"type": "module",
"author": "Etch <[email protected]>",
Expand Down

0 comments on commit 59e1766

Please sign in to comment.