From 9f48c2e6774eaccfbcd4efae194c5b010ab9239f Mon Sep 17 00:00:00 2001 From: Nils Windisch <windisch@sub.uni-goettingen.de> Date: Tue, 16 Nov 2021 10:15:26 +0100 Subject: [PATCH] chore(release): 1.10.5 --- CHANGELOG.md | 2 ++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9b0335..0bfa8bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.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) ### [1.10.3](https://gitlab.gwdg.de/subugoe/ahiqar/website/compare/v1.10.2...v1.10.3) (2021-11-09) diff --git a/package-lock.json b/package-lock.json index 924aebc..986d215 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ahiqar-website", - "version": "1.10.4", + "version": "1.10.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index da3e66a..9d7a4b4 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ahiqar-website", - "version": "1.10.4", + "version": "1.10.5", "description": "", "main": "", "authors": { -- GitLab