From 8cb1d704ae61a51dcf6c829003c523892aa84702 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 26 Feb 2024 09:31:27 +0000 Subject: [PATCH] chore(release): -v0.3.1 [skip ci] ## [0.3.1](https://github.com/tutkli/ngx-sonner/compare/v0.3.0...v0.3.1) (2024-02-26) ### Bug Fixes * doc snippets ([0d7ab81](https://github.com/tutkli/ngx-sonner/commit/0d7ab813b21cd563566298bb656dabd09463cf22)) * lint errors ([a6f5efd](https://github.com/tutkli/ngx-sonner/commit/a6f5efd8e9cb0a531ee2f6fb93ae4713b6e42fd6)) * toast show correct theme when system is set ([d72dd88](https://github.com/tutkli/ngx-sonner/commit/d72dd88009aa3ac43285378116860eee3dc4287d)) ### Chores * add github templates ([5f88601](https://github.com/tutkli/ngx-sonner/commit/5f88601cd77454b69ed697392cd60a8f5a798168)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..141f4ad --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +## [0.3.1](https://github.com/tutkli/ngx-sonner/compare/v0.3.0...v0.3.1) (2024-02-26) + + +### Bug Fixes + +* doc snippets ([0d7ab81](https://github.com/tutkli/ngx-sonner/commit/0d7ab813b21cd563566298bb656dabd09463cf22)) +* lint errors ([a6f5efd](https://github.com/tutkli/ngx-sonner/commit/a6f5efd8e9cb0a531ee2f6fb93ae4713b6e42fd6)) +* toast show correct theme when system is set ([d72dd88](https://github.com/tutkli/ngx-sonner/commit/d72dd88009aa3ac43285378116860eee3dc4287d)) + + +### Chores + +* add github templates ([5f88601](https://github.com/tutkli/ngx-sonner/commit/5f88601cd77454b69ed697392cd60a8f5a798168)) diff --git a/package.json b/package.json index 98b0b12..43474f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ngx-sonner/source", - "version": "0.0.0", + "version": "0.3.1", "license": "MIT", "scripts": { "start:docs": "nx serve docs",