From 4be7c985346f0ea5e07cbed49ec13d7f1d62b63e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 10 Aug 2024 19:42:34 +0000 Subject: [PATCH] chore(release): v1.33.0-develop.16 [skip ci] # [1.33.0-develop.16](https://github.com/WatWowMap/ReactMap/compare/v1.33.0-develop.15...v1.33.0-develop.16) (2024-08-10) ### Bug Fixes * lint ([adbaec6](https://github.com/WatWowMap/ReactMap/commit/adbaec677a48be2e89efec09d9c75ff6b9a0453f)) * lint ([081c153](https://github.com/WatWowMap/ReactMap/commit/081c15360a4c0d84e2d66d751bdae7d47d7e3040)) * oauth telegram /w helmet ([d892000](https://github.com/WatWowMap/ReactMap/commit/d892000f8adaf1b5e70b21d22258e1239b1f485c)) * telegram frame source /w helmet ([26c12de](https://github.com/WatWowMap/ReactMap/commit/26c12de6d9cdfcd4db68c1c0804fd32e90477f24)) * telegram login w/ helmet ([7c0e925](https://github.com/WatWowMap/ReactMap/commit/7c0e925b309c87068f4a6a07944b4af686f7bbd0)) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a4841610..0c22e5067 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [1.33.0-develop.16](https://github.com/WatWowMap/ReactMap/compare/v1.33.0-develop.15...v1.33.0-develop.16) (2024-08-10) + + +### Bug Fixes + +* lint ([adbaec6](https://github.com/WatWowMap/ReactMap/commit/adbaec677a48be2e89efec09d9c75ff6b9a0453f)) +* lint ([081c153](https://github.com/WatWowMap/ReactMap/commit/081c15360a4c0d84e2d66d751bdae7d47d7e3040)) +* oauth telegram /w helmet ([d892000](https://github.com/WatWowMap/ReactMap/commit/d892000f8adaf1b5e70b21d22258e1239b1f485c)) +* telegram frame source /w helmet ([26c12de](https://github.com/WatWowMap/ReactMap/commit/26c12de6d9cdfcd4db68c1c0804fd32e90477f24)) +* telegram login w/ helmet ([7c0e925](https://github.com/WatWowMap/ReactMap/commit/7c0e925b309c87068f4a6a07944b4af686f7bbd0)) + # [1.33.0-develop.15](https://github.com/WatWowMap/ReactMap/compare/v1.33.0-develop.14...v1.33.0-develop.15) (2024-08-09) diff --git a/package.json b/package.json index b2d252949..4596e391a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reactmap", - "version": "1.33.0-develop.15", + "version": "1.33.0-develop.16", "private": true, "description": "React based frontend map.", "license": "MIT",