Skip to content

Commit

Permalink
chore(release): v1.35.1-develop.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.35.1-develop.3](v1.35.1-develop.2...v1.35.1-develop.3) (2024-11-16)

### Bug Fixes

* add station to excluded list ([8801d28](8801d28))
* do not set unset form on quest pokemon without display ([7356529](7356529))
* no more hard limits for pois ([b2efc1e](b2efc1e)), closes [#956](#956)
* search while not logged in ([9ddffcd](9ddffcd))
  • Loading branch information
semantic-release-bot committed Nov 16, 2024
1 parent d4f629b commit 43fe566
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.35.1-develop.3](https://github.com/WatWowMap/ReactMap/compare/v1.35.1-develop.2...v1.35.1-develop.3) (2024-11-16)


### Bug Fixes

* add station to excluded list ([8801d28](https://github.com/WatWowMap/ReactMap/commit/8801d28be85cc343844726eaef3cf355858f1f86))
* do not set unset form on quest pokemon without display ([7356529](https://github.com/WatWowMap/ReactMap/commit/73565292b8fb520a4d46ae558fa4f0e9dbf09832))
* no more hard limits for pois ([b2efc1e](https://github.com/WatWowMap/ReactMap/commit/b2efc1e98f3f2593e2b900e9dae1e25a19aef25f)), closes [#956](https://github.com/WatWowMap/ReactMap/issues/956)
* search while not logged in ([9ddffcd](https://github.com/WatWowMap/ReactMap/commit/9ddffcde053059912c7ac6fa5752a1a554f3e7d6))

## [1.35.1-develop.2](https://github.com/WatWowMap/ReactMap/compare/v1.35.1-develop.1...v1.35.1-develop.2) (2024-11-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactmap",
"version": "1.35.1-develop.2",
"version": "1.35.1-develop.3",
"private": true,
"description": "React based frontend map.",
"license": "MIT",
Expand Down

0 comments on commit 43fe566

Please sign in to comment.