diff --git a/CHANGELOG.md b/CHANGELOG.md index 6be40cc..d273781 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.1](https://github.com/tutkli/ngx-sonner/compare/v2.0.0...v2.0.1) (2024-06-13) + + +### Bug Fixes + +* show correct icons when promise toast updates ([#22](https://github.com/tutkli/ngx-sonner/issues/22)) ([ac0d1b8](https://github.com/tutkli/ngx-sonner/commit/ac0d1b8dcf00dcc714b88b8b33861062fd527779)) + ## [2.0.0](https://github.com/tutkli/ngx-sonner/compare/v1.0.1...v2.0.0) (2024-06-11) diff --git a/package.json b/package.json index 99a448c..d89ef5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ngx-sonner/source", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "scripts": { "start:docs": "nx serve docs",