From d0383cc5d24a424bd2b35a9795fe8e4f21537c01 Mon Sep 17 00:00:00 2001 From: Nils Windisch <windisch@sub.uni-goettingen.de> Date: Thu, 10 Jun 2021 10:56:57 +0200 Subject: [PATCH] chore(release): 0.0.3 --- 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 1e9e035..0a4c587 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. +### [0.0.3](https://gitlab.gwdg.de/subugoe/ahiqar/website/compare/v0.0.2...v0.0.3) (2021-06-10) + + +### Features + +* add various new pages ([cb13097](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/cb130970d2bb12690b5b1c295fa12711c614395e)) + + +### Bug Fixes + +* gitlab references in changelog files ([afebb55](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/afebb5573c8a3425c38a2e4f7e815ea19d2f7c71)) + + +### Refactoring + +* menu for new page structure ([f5548ff](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/f5548ff900cf1caae716db9a7558ea43b328c7dc)) +* remove obsolete pages ([cf85ace](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/cf85acef77f9bf5e2bec0b60a66b5338ced45b11)) + ### [0.0.2](https://gitlab.gwdg.de/subugoe/ahikar/website/compare/v0.0.1...v0.0.2) (2021-06-09) diff --git a/package-lock.json b/package-lock.json index 49d411a..5021e8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ahiqar-website", - "version": "0.0.2", + "version": "0.0.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 30e4fd1..bb5401e 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ahiqar-website", - "version": "0.0.2", + "version": "0.0.3", "description": "", "main": "", "authors": { -- GitLab