From 1f3deec34a94cc1d4623a0c9857047d45c107dd9 Mon Sep 17 00:00:00 2001 From: forgejo-actions Date: Sat, 16 Dec 2023 12:47:56 +0000 Subject: [PATCH] chore(release): 0.0.12 --- CHANGELOG.md | 7 +++++++ charts/modjo-microservice/Chart.yaml | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c166bad..35fa1f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## 0.0.12 (2023-12-16) + + +### Bug Fixes + +* url ([5eed44b](https://codeberg.org/devthefuture/helm-charts/commit/5eed44b75016bdcd06e3d115d29ce51a5caafc95)) + ## 0.0.11 (2023-12-16) ## 0.0.10 (2023-12-16) diff --git a/charts/modjo-microservice/Chart.yaml b/charts/modjo-microservice/Chart.yaml index 208ab85..1289aea 100644 --- a/charts/modjo-microservice/Chart.yaml +++ b/charts/modjo-microservice/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: modjo-microservice -version: 0.0.11 +version: 0.0.12 diff --git a/package.json b/package.json index 52006a7..b0c1539 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.11", + "version": "0.0.12", "repository": "git@codeberg.org:devthefuture/helm-charts.git", "license": "MIT", "private": true,