From 3e2829ebc0787fb8c78902ff166fdf1f4e9cc432 Mon Sep 17 00:00:00 2001 From: Yuwnei Xiao Date: Thu, 29 Feb 2024 10:32:36 +0800 Subject: [PATCH] chore: release v1.0.4 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 996e895..12e1e6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [1.0.4](https://github.com/xiaoluoboding/vue-sonner/compare/v1.0.3...v1.0.4) (2024-02-29) + + +### Bug Fixes + +* blurry text in chromium ([c9aa8ba](https://github.com/xiaoluoboding/vue-sonner/commit/c9aa8ba50c425412ff159eda2788dff49c1ea683)) + + +### Features + +* allow setting position when creating a toast ([0326cea](https://github.com/xiaoluoboding/vue-sonner/commit/0326ceaefac7e26643bff2d2825f79bbfbde1269)) +* change the style ([4b73c89](https://github.com/xiaoluoboding/vue-sonner/commit/4b73c896840b27999fd0eb33cbe32a7ef0349f85)) + + + ## [1.0.3](https://github.com/xiaoluoboding/vue-sonner/compare/v1.0.2...v1.0.3) (2024-01-24) diff --git a/package.json b/package.json index f11d9ef..ca3e2a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-sonner", - "version": "1.0.3", + "version": "1.0.4", "type": "module", "author": "xiaoluoboding ", "scripts": {