From da4a2dda7274dd531b0b6dc5946955aa26e68157 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 11 Apr 2023 08:22:16 +0000 Subject: [PATCH] chore(release): 1.2.0 # [1.2.0](https://github.com/stenic/well-known/compare/v1.1.0...v1.2.0) (2023-04-11) ### Bug Fixes * Add missing build files ([532577a](https://github.com/stenic/well-known/commit/532577a12ab9207992d61b9920b3669bb2a4685f)) ### Features * Add recursive merge and debounce ([bd689f1](https://github.com/stenic/well-known/commit/bd689f1bb8fce98b3724b0a61a60ec8d4d951867)) --- CHANGELOG.md | 12 ++++++++++++ charts/well-known/Chart.yaml | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1ce0d0..48d16ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.2.0](https://github.com/stenic/well-known/compare/v1.1.0...v1.2.0) (2023-04-11) + + +### Bug Fixes + +* Add missing build files ([532577a](https://github.com/stenic/well-known/commit/532577a12ab9207992d61b9920b3669bb2a4685f)) + + +### Features + +* Add recursive merge and debounce ([bd689f1](https://github.com/stenic/well-known/commit/bd689f1bb8fce98b3724b0a61a60ec8d4d951867)) + # [1.1.0](https://github.com/stenic/well-known/compare/v1.0.11...v1.1.0) (2023-03-12) diff --git a/charts/well-known/Chart.yaml b/charts/well-known/Chart.yaml index b43afb5..e635094 100644 --- a/charts/well-known/Chart.yaml +++ b/charts/well-known/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: well-known description: A Helm chart for Kubernetes type: application -version: 0.3.0 -appVersion: 1.1.0 +version: 0.4.0 +appVersion: 1.2.0 maintainers: - email: dries@stenic.io name: Stenic