Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit 2bf6e84

Browse files
committed
v3.1.3
1 parent fcfc4cf commit 2bf6e84

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### [3.1.3](https://github.com/ankurk91/vue-toast-notification/compare/3.1.1...3.1.3)
4+
5+
* Fix Typescript types #94
6+
37
### [3.1.2](https://github.com/ankurk91/vue-toast-notification/compare/3.1.1...3.1.2)
48

59
* Fix: issue with z-index

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-toast-notification",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "Vue.js toast notification plugin",
55
"main": "dist/index.js",
66
"types": "./types/toast.d.ts",

0 commit comments

Comments
 (0)