From 488c485355292f9c434ccf79617f51f81c52fed7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 6 Mar 2024 19:55:47 +0000 Subject: [PATCH] chore(release): -v0.3.3 [skip ci] ## [0.3.3](https://github.com/tutkli/ngx-sonner/compare/v0.3.2...v0.3.3) (2024-03-06) ### Bug Fixes * toast styles via toastOptions ([0f593cb](https://github.com/tutkli/ngx-sonner/commit/0f593cb016aa45d2d9e5d04b8cc5e5a5f0e77d7f)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed2d095..4ae033d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.3.3](https://github.com/tutkli/ngx-sonner/compare/v0.3.2...v0.3.3) (2024-03-06) + + +### Bug Fixes + +* toast styles via toastOptions ([0f593cb](https://github.com/tutkli/ngx-sonner/commit/0f593cb016aa45d2d9e5d04b8cc5e5a5f0e77d7f)) + ## [0.3.2](https://github.com/tutkli/ngx-sonner/compare/v0.3.1...v0.3.2) (2024-02-26) diff --git a/package.json b/package.json index 95be423..1612f6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ngx-sonner/source", - "version": "0.3.2", + "version": "0.3.3", "license": "MIT", "scripts": { "start:docs": "nx serve docs",