From a52a33b9dd0db3499f661d522f77dd2fa0c717e1 Mon Sep 17 00:00:00 2001 From: Paul Pestov <pestov@sub.uni-goettingen.de> Date: Tue, 21 Sep 2021 08:57:05 +0200 Subject: [PATCH] chore(release): 1.8.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2d7e1a..8605d03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ 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.8.0](https://gitlab.gwdg.de/subugoe/ahiqar/website/compare/v1.7.0...v1.8.0) (2021-09-21) + + +### Features + +* check for karshuni in search result item ([5fb05c0](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/5fb05c0679ec63abf7789bbe8c28a187871cb729)) +* new menue button "Translations" with two menue items ([7ab4cc8](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/7ab4cc88b123a23d9182cdb1136e8151cbb2345d)), closes [#130](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/issues/130) + + +### Bug Fixes + +* markdown issues ([5d8e241](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/5d8e241bc18a4af136e65dd3fcbdd5579e6ad583)) +* new button navigation ([ec6f4a6](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/ec6f4a6d9cf3aa3f455358f874a9c7b2f4a8a4b9)) + + +### Chore + +* add links in markown ([5ea27ca](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/5ea27ca6fda7a42c9094e878bacaeeb9c7fc6177)) +* replace image stemmata3 ([9d44d8a](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/9d44d8a3d557a1cef760b0fa3d68fd345aa6a418)) +* update content delivered via API ([91f999f](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/91f999f0a3da0c351a44b727277633d4c2155ef3)) + ## [1.7.0](https://gitlab.gwdg.de/subugoe/ahiqar/website/compare/v1.6.0...v1.7.0) (2021-09-13) diff --git a/package-lock.json b/package-lock.json index 9e29257..829cfa5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ahiqar-website", - "version": "1.7.0", + "version": "1.8.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ceecf34..a04a347 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ahiqar-website", - "version": "1.7.0", + "version": "1.8.0", "description": "", "main": "", "authors": { -- GitLab