Skip to content

Commit

Permalink
chore(release): 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Djaler committed Jun 23, 2022
1 parent 4386545 commit 68b5197
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

### [1.3.3](https://github.com/Djaler/vue-promise-dialogs/compare/v1.3.2...v1.3.3) (2022-06-23)


### Performance Improvements

* use object instead of Map to store dialogs data ([6168b86](https://github.com/Djaler/vue-promise-dialogs/commit/6168b86013223df3968fd27c44810207134b33a8))


### Improvements

* improve tree-shaking by moving closeAll logic from PromiseDialogsWrapper ([02cead1](https://github.com/Djaler/vue-promise-dialogs/commit/02cead1d80d9dcf9ee096057cdbf6db1634f9c23))

### [1.3.2](https://github.com/Djaler/vue-promise-dialogs/compare/v1.3.1...v1.3.2) (2022-06-16)

### [1.3.1](https://github.com/Djaler/vue-promise-dialogs/compare/v1.3.0...v1.3.1) (2022-02-15)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-promise-dialogs",
"version": "1.3.2",
"version": "1.3.3",
"author": "Kirill Romanov",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 68b5197

Please sign in to comment.