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",