From b3d86d8ebdf1982ee0f3aaf684e6bff59dcc97a4 Mon Sep 17 00:00:00 2001
From: ManikanthDindigala <dindigala@sub.uni-goettingen.de>
Date: Mon, 8 Nov 2021 12:45:47 +0100
Subject: [PATCH] chore(release): 1.10.2

---
 CHANGELOG.md      | 17 +++++++++++++++++
 package-lock.json |  2 +-
 package.json      |  2 +-
 3 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ad99434..35c6387 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,23 @@
 
 All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
 
+### [1.10.2](https://gitlab.gwdg.de/subugoe/ahiqar/website/compare/v1.10.0...v1.10.2) (2021-11-08)
+
+
+### Bug Fixes
+
+* ms page ([a160b99](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/a160b9926513bca229031443d044bce61b82afc0))
+* update filename. ([cd1f2ed](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/cd1f2ed912933e8bf79f2e0807cfb76052196217))
+* url spelling correction. ([abfab10](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/abfab10c79a1bc3ad5f5e990adcf2407ae8c71b9))
+
+
+### Chore
+
+* correct menu item title ([02f6379](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/02f6379b729a74553add670088dba348a7ece2f4)), closes [#140](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/issues/140)
+* minor addition re [#138](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/issues/138) ([37e078b](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/37e078b0bf5f5f4406c913458761a300e2f2e773))
+* remove terms of use ([02ab459](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/02ab459c1d1135090cb7ddd6041d5ecb23f36792)), closes [#139](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/issues/139)
+* **release:** 1.10.1 ([9f0f369](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/9f0f369853832029247983aa62a5ef2f45daf319))
+
 ### [1.10.1](https://gitlab.gwdg.de/subugoe/ahiqar/website/compare/v1.10.0...v1.10.1) (2021-10-12)
 
 
diff --git a/package-lock.json b/package-lock.json
index 0469788..a372844 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "ahiqar-website",
-  "version": "1.10.1",
+  "version": "1.10.2",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 296bb1e..ae5b242 100755
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "ahiqar-website",
-  "version": "1.10.1",
+  "version": "1.10.2",
   "description": "",
   "main": "",
   "authors": {
-- 
GitLab