Skip to content

Commit 369108e

Browse files
chore(release): v1.33.0-develop.11 [skip ci]
# [1.33.0-develop.11](v1.33.0-develop.10...v1.33.0-develop.11) (2024-08-04) ### Bug Fixes * add list of non-hot-reloadable config values ([803aa9a](803aa9a)) * client stuff ([cb2145b](cb2145b)) * hot reloading auth strategies ([c1cad7a](c1cad7a)) * middleware order ([309ea1b](309ea1b)) * missing multi domain file reload ([7593754](7593754)) * more config typings ([fa18399](fa18399)) * only reload the services that need to be reloaded ([3782faf](3782faf)) * order of declarations for req.logout ([3869ab2](3869ab2)) * order of middleware ([430cd19](430cd19)) * pokemon filtering gender/size ([06dc373](06dc373)) * text split ([2ca3ae8](2ca3ae8)) * types ([4f28f49](4f28f49)) ### Features * add `helmet` middleware ([109c214](109c214)) * add `reloadConfigOnSave` as config value ([270b36f](270b36f)) * backend data limits ([82d1494](82d1494)) * hot reloadable config ([8cc56b6](8cc56b6)) * send message to auth clients ([61ac3f5](61ac3f5))
1 parent 06dc373 commit 369108e

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# [1.33.0-develop.11](https://github.com/WatWowMap/ReactMap/compare/v1.33.0-develop.10...v1.33.0-develop.11) (2024-08-04)
2+
3+
4+
### Bug Fixes
5+
6+
* add list of non-hot-reloadable config values ([803aa9a](https://github.com/WatWowMap/ReactMap/commit/803aa9a7ed66c8e895146ad62dbe9ee386c749f1))
7+
* client stuff ([cb2145b](https://github.com/WatWowMap/ReactMap/commit/cb2145ba364b08297380d862684bfa1dd28d4506))
8+
* hot reloading auth strategies ([c1cad7a](https://github.com/WatWowMap/ReactMap/commit/c1cad7a8dd6b048e93c37ab9fe84b2ea649b0823))
9+
* middleware order ([309ea1b](https://github.com/WatWowMap/ReactMap/commit/309ea1b27f5945e95fb997fb63653a95c9a5a81c))
10+
* missing multi domain file reload ([7593754](https://github.com/WatWowMap/ReactMap/commit/7593754384c74b3edb645c36c9075f03235744b5))
11+
* more config typings ([fa18399](https://github.com/WatWowMap/ReactMap/commit/fa1839963b7117080b4c8a7de26c3075c03126a9))
12+
* only reload the services that need to be reloaded ([3782faf](https://github.com/WatWowMap/ReactMap/commit/3782faf2ef54bb6620d8cd13b8397faa557cecef))
13+
* order of declarations for req.logout ([3869ab2](https://github.com/WatWowMap/ReactMap/commit/3869ab207d71967372573004db8ad0e3efb67cbd))
14+
* order of middleware ([430cd19](https://github.com/WatWowMap/ReactMap/commit/430cd1938b65502f6b8eaf5e16d8bb11b22d9ea0))
15+
* pokemon filtering gender/size ([06dc373](https://github.com/WatWowMap/ReactMap/commit/06dc373fc250e5265140d08ac91ff246c044c91f))
16+
* text split ([2ca3ae8](https://github.com/WatWowMap/ReactMap/commit/2ca3ae89d8490f573cbc36b567145910bbdc7e40))
17+
* types ([4f28f49](https://github.com/WatWowMap/ReactMap/commit/4f28f49ea7e73dbb3700b1294460fd81e9635d07))
18+
19+
20+
### Features
21+
22+
* add `helmet` middleware ([109c214](https://github.com/WatWowMap/ReactMap/commit/109c21487a46d995423d5b1e6909e1ae7ac48eb8))
23+
* add `reloadConfigOnSave` as config value ([270b36f](https://github.com/WatWowMap/ReactMap/commit/270b36f7a2b474c3d2cd6567bc0d33ff5778896c))
24+
* backend data limits ([82d1494](https://github.com/WatWowMap/ReactMap/commit/82d1494920cd2057fe5088668717b05d5189f406))
25+
* hot reloadable config ([8cc56b6](https://github.com/WatWowMap/ReactMap/commit/8cc56b694e543c055b994ef85673b3f63b6e6b1c))
26+
* send message to auth clients ([61ac3f5](https://github.com/WatWowMap/ReactMap/commit/61ac3f5c1a3e6b7ddb2636827c758bb07291ead3))
27+
128
# [1.33.0-develop.10](https://github.com/WatWowMap/ReactMap/compare/v1.33.0-develop.9...v1.33.0-develop.10) (2024-07-21)
229

330

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactmap",
3-
"version": "1.33.0-develop.10",
3+
"version": "1.33.0-develop.11",
44
"private": true,
55
"description": "React based frontend map.",
66
"license": "MIT",

0 commit comments

Comments
 (0)