From 711f70fdff2e33f5d68187990d19ccf53af65fe1 Mon Sep 17 00:00:00 2001 From: Mathias Goebel <goebel@sub.uni-goettingen.de> Date: Fri, 23 Jul 2021 17:38:54 +0000 Subject: [PATCH] chore: changelog and version num --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fc2171..57b0cac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +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.0.1](https://gitlab.gwdg.de/subugoe/ahiqar/website/compare/v0.1.0...v1.0.1) (2021-07-23) +## [1.0.2](https://gitlab.gwdg.de/subugoe/ahiqar/website/compare/v0.1.0...v1.0.2) (2021-07-23) + +### CI + +* minor change in the pipeline to get working path on back end site + +## [1.0.1](https://gitlab.gwdg.de/subugoe/ahiqar/website/compare/v0.1.0...v1.0.1) (2021-07-23) ## [0.1.0](https://gitlab.gwdg.de/subugoe/ahiqar/website/compare/v0.0.6...v0.1.0) (2021-07-23) diff --git a/package.json b/package.json index bae26bc..b68f0fb 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ahiqar-website", - "version": "1.0.1", + "version": "1.0.2", "description": "", "main": "", "authors": { -- GitLab