From 8151dcb6b10440d8897554934d723c63399b42cb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 15:31:00 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=94=96=20release=201.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..8d7e5f1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f7b71b1..d3baf2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/zoido/yag-config/compare/v1.0.0...v1.0.1) (2024-03-12) + + +### Bug Fixes + +* ⬆️ bump github.com/stretchr/testify from 1.8.4 to 1.9.0 ([#69](https://github.com/zoido/yag-config/issues/69)) ([71c9fe0](https://github.com/zoido/yag-config/commit/71c9fe07ef7e305b91f7f899b318748386b33ca8)) + ## [1.0.0](https://github.com/zoido/yag-config/compare/v0.5.0-alpha1...v1.0.0) (2023-12-10)