Skip to content

Commit

Permalink
chore(release): -v1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2024-06-11)

### Bug Fixes

* allow to render custom icons for toasts ([59c1aca](59c1aca)), closes [#10](#10)

### Chores

* provide zoneless change detection support ([ca8066b](ca8066b))
* remove polyfills from lib schema ([820e23b](820e23b))
* update node version ([15f87a5](15f87a5))
* update nx ([c9774d1](c9774d1))
  • Loading branch information
semantic-release-bot committed Jun 11, 2024
1 parent f197b1d commit 8fe4fd9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [1.0.1](https://github.com/tutkli/ngx-sonner/compare/v1.0.0...v1.0.1) (2024-06-11)


### Bug Fixes

* allow to render custom icons for toasts ([59c1aca](https://github.com/tutkli/ngx-sonner/commit/59c1aca734f399a4a4e0ad60fcccda7666a7b068)), closes [#10](https://github.com/tutkli/ngx-sonner/issues/10)


### Chores

* provide zoneless change detection support ([ca8066b](https://github.com/tutkli/ngx-sonner/commit/ca8066bfb7ec4e5480ac4c4e77d2a49621758ed2))
* remove polyfills from lib schema ([820e23b](https://github.com/tutkli/ngx-sonner/commit/820e23b6642ef8f622eb2abfa912f81f1c655639))
* update node version ([15f87a5](https://github.com/tutkli/ngx-sonner/commit/15f87a55977c0c0f46ed7be58081efe8a13b25e2))
* update nx ([c9774d1](https://github.com/tutkli/ngx-sonner/commit/c9774d1c8fe4b45a8469ab06c533e291f8328ec4))

## [1.0.0](https://github.com/tutkli/ngx-sonner/compare/v0.4.2...v1.0.0) (2024-04-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-sonner/source",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"scripts": {
"start:docs": "nx serve docs",
Expand Down

0 comments on commit 8fe4fd9

Please sign in to comment.