Skip to content

Commit

Permalink
chore(release): 4.7.1
Browse files Browse the repository at this point in the history
## [4.7.1](v4.7.0...v4.7.1) (2023-06-15)

### Bug Fixes

* **esl-utils:** fix missing export of `createDeferred` method under `esl-utils/async/promise` ([756440e](756440e))
* **esl-utils:** fix unsubscription if `promisifiedEvent` rejected by timeout ([#1698](#1698)) ([#1724](#1724)) ([b675793](b675793))
  • Loading branch information
semantic-release-bot committed Jun 15, 2023
1 parent 539a819 commit f157223
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [4.7.1](https://github.com/exadel-inc/esl/compare/v4.7.0...v4.7.1) (2023-06-15)


### Bug Fixes

* **esl-utils:** fix missing export of `createDeferred` method under `esl-utils/async/promise` ([756440e](https://github.com/exadel-inc/esl/commit/756440e8840e131a03d0ed7f82c9bd93caa3ba59))
* **esl-utils:** fix unsubscription if `promisifiedEvent` rejected by timeout ([#1698](https://github.com/exadel-inc/esl/issues/1698)) ([#1724](https://github.com/exadel-inc/esl/issues/1724)) ([b675793](https://github.com/exadel-inc/esl/commit/b675793079c2650f243b1dac580f0666e801a732))

# [4.7.0](https://github.com/exadel-inc/esl/compare/v4.6.0...v4.7.0) (2023-06-09)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@exadel/esl",
"version": "4.7.0",
"version": "4.7.1",
"private": false,
"description": "Exadel Smart Library (ESL) is the lightweight custom elements library that provide a set of super-flexible components",
"license": "MIT",
Expand Down

0 comments on commit f157223

Please sign in to comment.