From 0f49e1c33d27f497041444773095917dcecd9fd0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 7 Dec 2024 09:07:06 +0000 Subject: [PATCH] chore(release): 3.1.0-beta.1 [skip ci] # [3.1.0-beta.1](https://github.com/ngxpert/hot-toast/compare/v3.0.2...v3.1.0-beta.1) (2024-12-07) ### Bug Fixes * filter undefined refs from group, add test cases ([af1ed00](https://github.com/ngxpert/hot-toast/commit/af1ed00f87cc37fb4215c79db696e5cc069f550b)), closes [#9](https://github.com/ngxpert/hot-toast/issues/9) ### Features * add new builder pattern to handle pre-grouping ([8b59a9a](https://github.com/ngxpert/hot-toast/commit/8b59a9af19db742115e6aae465346d923da7789d)), closes [#9](https://github.com/ngxpert/hot-toast/issues/9) --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84d0d43..4fec4fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [3.1.0-beta.1](https://github.com/ngxpert/hot-toast/compare/v3.0.2...v3.1.0-beta.1) (2024-12-07) + + +### Bug Fixes + +* filter undefined refs from group, add test cases ([af1ed00](https://github.com/ngxpert/hot-toast/commit/af1ed00f87cc37fb4215c79db696e5cc069f550b)), closes [#9](https://github.com/ngxpert/hot-toast/issues/9) + + +### Features + +* add new builder pattern to handle pre-grouping ([8b59a9a](https://github.com/ngxpert/hot-toast/commit/8b59a9af19db742115e6aae465346d923da7789d)), closes [#9](https://github.com/ngxpert/hot-toast/issues/9) + ## [3.0.2](https://github.com/ngxpert/hot-toast/compare/v3.0.1...v3.0.2) (2024-10-05)