From 3764e4df1bb5d2f63ba4c0d5a18114648f974ce1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 29 Dec 2022 01:19:29 +0000 Subject: [PATCH] chore(release): 1.6.0 # [1.6.0](https://github.com/stenic/ledger/compare/v1.5.7...v1.6.0) (2022-12-29) ### Bug Fixes * Better logs ([117982e](https://github.com/stenic/ledger/commit/117982e4c5feb91e5bfa2e87c3e0d64bb2578814)) * **deps:** update dependency @types/jest to v29 ([#10](https://github.com/stenic/ledger/issues/10)) ([ddd7637](https://github.com/stenic/ledger/commit/ddd7637119d697101b6089650059897ad9610cec)) * **deps:** update dependency web-vitals to v3 ([#12](https://github.com/stenic/ledger/issues/12)) ([9fb3760](https://github.com/stenic/ledger/commit/9fb37605ff308b9a432843947a405a62f575f7e3)) ### Features * Fill dashboard ([558e5c5](https://github.com/stenic/ledger/commit/558e5c5334800a198e93d75c175ae17e0ce12190)) --- CHANGELOG.md | 14 ++++++++++++++ charts/ledger/Chart.yaml | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd6127c..6b8b9ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.6.0](https://github.com/stenic/ledger/compare/v1.5.7...v1.6.0) (2022-12-29) + + +### Bug Fixes + +* Better logs ([117982e](https://github.com/stenic/ledger/commit/117982e4c5feb91e5bfa2e87c3e0d64bb2578814)) +* **deps:** update dependency @types/jest to v29 ([#10](https://github.com/stenic/ledger/issues/10)) ([ddd7637](https://github.com/stenic/ledger/commit/ddd7637119d697101b6089650059897ad9610cec)) +* **deps:** update dependency web-vitals to v3 ([#12](https://github.com/stenic/ledger/issues/12)) ([9fb3760](https://github.com/stenic/ledger/commit/9fb37605ff308b9a432843947a405a62f575f7e3)) + + +### Features + +* Fill dashboard ([558e5c5](https://github.com/stenic/ledger/commit/558e5c5334800a198e93d75c175ae17e0ce12190)) + ## [1.5.7](https://github.com/stenic/ledger/compare/v1.5.6...v1.5.7) (2022-12-25) diff --git a/charts/ledger/Chart.yaml b/charts/ledger/Chart.yaml index e2b55f8..594a64c 100644 --- a/charts/ledger/Chart.yaml +++ b/charts/ledger/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: ledger description: A Helm chart for Kubernetes type: application -version: 0.8.7 -appVersion: 1.5.7 +version: 0.9.0 +appVersion: 1.6.0 maintainers: - email: dries@stenic.io name: Stenic