From 16e61ee21748ab57b71852a5d002000ec8307cef Mon Sep 17 00:00:00 2001 From: forgejo-actions Date: Sat, 16 Dec 2023 23:51:59 +0000 Subject: [PATCH] chore(release): 0.0.18 --- 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 4a4ec71..c2f7cd2 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.18 (2023-12-16) + + +### Bug Fixes + +* exposed ([0ca9b46](https://codeberg.org/devthefuture/helm-charts/commit/0ca9b4662572d1a710912f7ca6737394489f0508)) + ## 0.0.17 (2023-12-16) diff --git a/charts/modjo-microservice/Chart.yaml b/charts/modjo-microservice/Chart.yaml index d0230ca..493adb3 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.17 +version: 0.0.18 diff --git a/package.json b/package.json index 43f2e01..c3ec51d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.17", + "version": "0.0.18", "repository": "git@codeberg.org:devthefuture/helm-charts.git", "license": "MIT", "private": true,