From 1d77a372484276a04116aeae63281cf93788135f Mon Sep 17 00:00:00 2001 From: ManikanthDindigala <dindigala@sub.uni-goettingen.de> Date: Mon, 13 Sep 2021 17:40:21 +0200 Subject: [PATCH] chore(release): 1.7.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51babfc..f2d7e1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ 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.7.0](https://gitlab.gwdg.de/subugoe/ahiqar/website/compare/v1.6.0...v1.7.0) (2021-09-13) + + +### Features + +* move to new domain ([b7378b5](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/b7378b55cddb4deed953ea68e64abf4b106351c9)) +* update collation results ([a195225](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/a195225d18e71c672e03e2fe1953f38d624904e1)) + + +### Refactoring + +* renaming parables to proverbs according to requirements ([c7bc0c9](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/c7bc0c99af8b481b127d995e487ef2c1d84dc5d2)) + + +### Continuos Integration + +* enable dev deployment on test ([88ef830](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/88ef8306193bb0788b3ac4d77bde65a05a5e6485)) + ## [1.6.0](https://gitlab.gwdg.de/subugoe/ahiqar/website/compare/v1.5.0...v1.6.0) (2021-09-09) diff --git a/package-lock.json b/package-lock.json index 4066a5c..9e29257 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ahiqar-website", - "version": "1.6.0", + "version": "1.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0eefd41..ceecf34 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ahiqar-website", - "version": "1.6.0", + "version": "1.7.0", "description": "", "main": "", "authors": { -- GitLab