Skip to content

Commit

Permalink
chore(release): v1.29.7-develop.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.29.7-develop.1](v1.29.6...v1.29.7-develop.1) (2024-02-08)

### Bug Fixes

* cache most things at process exit instead ([56eb47e](56eb47e))
* config getters ([494639a](494639a))
* dont log golbat 404 pokemon id errors ([7292d13](7292d13))
* express session augmentation ([35533e9](35533e9))
* favicon error catching for dummies ([b6c0fae](b6c0fae))
* more client ts checks ([5028cb2](5028cb2))
  • Loading branch information
semantic-release-bot committed Feb 8, 2024
1 parent dd7d754 commit 25ddf80
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.29.7-develop.1](https://github.com/WatWowMap/ReactMap/compare/v1.29.6...v1.29.7-develop.1) (2024-02-08)


### Bug Fixes

* cache most things at process exit instead ([56eb47e](https://github.com/WatWowMap/ReactMap/commit/56eb47eca6e05f78e4b0b518b6d7fb6a5c901bc2))
* config getters ([494639a](https://github.com/WatWowMap/ReactMap/commit/494639a28289fac90e0898cf2d443ba7a2c5c41d))
* dont log golbat 404 pokemon id errors ([7292d13](https://github.com/WatWowMap/ReactMap/commit/7292d13f9b7460a7b40d1b3bcb45c751d183b953))
* express session augmentation ([35533e9](https://github.com/WatWowMap/ReactMap/commit/35533e9b86518d496e71ff6a3fb93f54ad51864c))
* favicon error catching for dummies ([b6c0fae](https://github.com/WatWowMap/ReactMap/commit/b6c0fae43ef8e4312bc61c265c8c16cd4a0c1ee5))
* more client ts checks ([5028cb2](https://github.com/WatWowMap/ReactMap/commit/5028cb2221ac44e65620927bd69a10f4958f6d9c))

## [1.29.6](https://github.com/WatWowMap/ReactMap/compare/v1.29.5...v1.29.6) (2024-02-06)


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.29.6",
"version": "1.29.7-develop.1",
"private": true,
"description": "React based frontend map.",
"license": "MIT",
Expand Down

0 comments on commit 25ddf80

Please sign in to comment.