From 757544ca2a7ce73a7dadf359097e6831d5177c6f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 3 Feb 2024 21:03:14 +0000 Subject: [PATCH] Release: 1.2.6 ## [1.2.6](https://github.com/StegSchreck/AngularCV/compare/v1.2.5...v1.2.6) (2024-2-3) ### Bug Fixes * test execution on Gitlab needs chrome to be installed -- ref [#1065](https://github.com/StegSchreck/AngularCV/issues/1065) ([a921ce0](https://github.com/StegSchreck/AngularCV/commit/a921ce049e9f3aff14c31197c16343e6a66bd52a)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99a00422a..dea9a6269 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.6](https://github.com/StegSchreck/AngularCV/compare/v1.2.5...v1.2.6) (2024-2-3) + + +### Bug Fixes + +* test execution on Gitlab needs chrome to be installed -- ref [#1065](https://github.com/StegSchreck/AngularCV/issues/1065) ([a921ce0](https://github.com/StegSchreck/AngularCV/commit/a921ce049e9f3aff14c31197c16343e6a66bd52a)) + ## [1.2.5](https://github.com/StegSchreck/AngularCV/compare/v1.2.4...v1.2.5) (2024-2-3) diff --git a/package.json b/package.json index 1c9c37d61..dd937dd2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-cv", - "version": "1.2.5", + "version": "1.2.6", "description": "A simple, self-hosted online-CV.", "license": "AGPL-3.0-or-later", "author": "Sebastian Schreck",