From a56b5d01b7f4ccbc92185db525e55b8fb002b8ae Mon Sep 17 00:00:00 2001 From: Paul Pestov <pestov@sub.uni-goettingen.de> Date: Tue, 21 Sep 2021 09:57:22 +0200 Subject: [PATCH] chore(release): 1.9.0 --- 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 8605d03..bbefd39 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.9.0](https://gitlab.gwdg.de/subugoe/ahiqar/website/compare/v1.8.0...v1.9.0) (2021-09-21) + + +### Features + +* add karshuni to languages map at search results ([e59c714](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/e59c714a8920134dfe09fb0d49b751585c85f7e6)) + ## [1.8.0](https://gitlab.gwdg.de/subugoe/ahiqar/website/compare/v1.7.0...v1.8.0) (2021-09-21) diff --git a/package-lock.json b/package-lock.json index 829cfa5..1a889ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ahiqar-website", - "version": "1.8.0", + "version": "1.9.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a04a347..b980092 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ahiqar-website", - "version": "1.8.0", + "version": "1.9.0", "description": "", "main": "", "authors": { -- GitLab