Skip to content

Commit 68b5197

Browse files
committed
chore(release): 1.3.3
1 parent 4386545 commit 68b5197

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.3.3](https://github.com/Djaler/vue-promise-dialogs/compare/v1.3.2...v1.3.3) (2022-06-23)
6+
7+
8+
### Performance Improvements
9+
10+
* use object instead of Map to store dialogs data ([6168b86](https://github.com/Djaler/vue-promise-dialogs/commit/6168b86013223df3968fd27c44810207134b33a8))
11+
12+
13+
### Improvements
14+
15+
* improve tree-shaking by moving closeAll logic from PromiseDialogsWrapper ([02cead1](https://github.com/Djaler/vue-promise-dialogs/commit/02cead1d80d9dcf9ee096057cdbf6db1634f9c23))
16+
517
### [1.3.2](https://github.com/Djaler/vue-promise-dialogs/compare/v1.3.1...v1.3.2) (2022-06-16)
618

719
### [1.3.1](https://github.com/Djaler/vue-promise-dialogs/compare/v1.3.0...v1.3.1) (2022-02-15)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-promise-dialogs",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"author": "Kirill Romanov",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)