Skip to content

Commit 6294f32

Browse files
committed
chore: release v1.2.0
1 parent db9221b commit 6294f32

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [1.2.0](https://github.com/xiaoluoboding/vue-sonner/compare/v1.1.5...v1.2.0) (2024-09-23)
2+
3+
4+
### Bug Fixes
5+
6+
* fixed the bug mentioned in PR [#78](https://github.com/xiaoluoboding/vue-sonner/issues/78) ([2d3a9a9](https://github.com/xiaoluoboding/vue-sonner/commit/2d3a9a986e8b3308d719033674f2715a79fc251d))
7+
* fixed the type ([6224334](https://github.com/xiaoluoboding/vue-sonner/commit/6224334d4214d13cea8270023fc7e7e30cfc391e))
8+
* fixed the useVueSonner types when build ([b76df7e](https://github.com/xiaoluoboding/vue-sonner/commit/b76df7e5a6d3d3f6d73508e4ce23f818eabc7e42))
9+
10+
11+
### Features
12+
13+
* add `useVueSonner` ([1bd1221](https://github.com/xiaoluoboding/vue-sonner/commit/1bd122168c389e0b9cddf0a2f7a671eb2efb87bd))
14+
* new `sonner` changes ([d73988b](https://github.com/xiaoluoboding/vue-sonner/commit/d73988ba4229cefd39b35b56b9ff5a9d65ee030d))
15+
16+
17+
118
## [1.1.5](https://github.com/xiaoluoboding/vue-sonner/compare/v1.1.4...v1.1.5) (2024-08-24)
219

320

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-sonner",
3-
"version": "1.1.5",
3+
"version": "1.2.0",
44
"type": "module",
55
"author": "xiaoluoboding <xiaoluoboding@gmail.com>",
66
"scripts": {

0 commit comments

Comments
 (0)