From c873eac7be9191569ba922372509f47bf4e0a442 Mon Sep 17 00:00:00 2001 From: Nils Windisch <windisch@sub.uni-goettingen.de> Date: Fri, 19 Nov 2021 13:19:33 +0100 Subject: [PATCH] chore(release): 1.10.6 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bfa8bf..baf87b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.6](https://gitlab.gwdg.de/subugoe/ahiqar/website/compare/v1.10.5...v1.10.6) (2021-11-19) + + +### Chore + +* make links clickable ([b1553ad](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/b1553ad5ce826a772a6024fcdfa9a29a73dfae76)) + ### [1.10.5](https://gitlab.gwdg.de/subugoe/ahiqar/website/compare/v1.10.4...v1.10.5) (2021-11-16) ### [1.10.4](https://gitlab.gwdg.de/subugoe/ahiqar/website/compare/v1.10.3...v1.10.4) (2021-11-09) diff --git a/package-lock.json b/package-lock.json index 986d215..9f1bb9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ahiqar-website", - "version": "1.10.5", + "version": "1.10.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9d7a4b4..81e014b 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ahiqar-website", - "version": "1.10.5", + "version": "1.10.6", "description": "", "main": "", "authors": { -- GitLab