From 489322814cd0818f5f14b454592d6d20c7b711da Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 11 Apr 2024 09:42:35 +0000 Subject: [PATCH] chore(release): -v0.4.1 [skip ci] ## [0.4.1](https://github.com/tutkli/ngx-sonner/compare/v0.4.0...v0.4.1) (2024-04-11) ### Bug Fixes * hide close button on non dimissable toasts ([#12](https://github.com/tutkli/ngx-sonner/issues/12)) ([3d1b31a](https://github.com/tutkli/ngx-sonner/commit/3d1b31aa7071590f5b88b84fe06c086c9ef5260a)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 984e444..63f124f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.4.1](https://github.com/tutkli/ngx-sonner/compare/v0.4.0...v0.4.1) (2024-04-11) + + +### Bug Fixes + +* hide close button on non dimissable toasts ([#12](https://github.com/tutkli/ngx-sonner/issues/12)) ([3d1b31a](https://github.com/tutkli/ngx-sonner/commit/3d1b31aa7071590f5b88b84fe06c086c9ef5260a)) + ## [0.4.0](https://github.com/tutkli/ngx-sonner/compare/v0.3.4...v0.4.0) (2024-04-01) diff --git a/package.json b/package.json index 24a9f12..204d262 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ngx-sonner/source", - "version": "0.4.0", + "version": "0.4.1", "license": "MIT", "scripts": { "start:docs": "nx serve docs",