Skip to content

Commit

Permalink
chore(release): 2.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.4.0](v2.3.0...v2.4.0) (2020-09-28)

### Bug Fixes

* **modal:** allow reopen `resolve` and `reject` methods ([9f02276](9f02276))

### Features

* migrate to ES6 classes ([b2a0781](b2a0781))
* **on-transition-end:** only listen for transitions on target ([a09dbd6](a09dbd6)), closes [#43](#43)
  • Loading branch information
semantic-release-bot committed Sep 28, 2020
1 parent 6d7816f commit 53d53e6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.4.0](https://github.com/BBVAEngineering/ember-modal-service/compare/v2.3.0...v2.4.0) (2020-09-28)


### Bug Fixes

* **modal:** allow reopen `resolve` and `reject` methods ([9f02276](https://github.com/BBVAEngineering/ember-modal-service/commit/9f02276249c1d9170d603fa7acce1a1a98c438c1))


### Features

* migrate to ES6 classes ([b2a0781](https://github.com/BBVAEngineering/ember-modal-service/commit/b2a0781b65f7b739a4e1f1b42903ea5fe9178122))
* **on-transition-end:** only listen for transitions on target ([a09dbd6](https://github.com/BBVAEngineering/ember-modal-service/commit/a09dbd6eacaa84a85918371184270d75fe6f539b)), closes [#43](https://github.com/BBVAEngineering/ember-modal-service/issues/43)

# [2.3.0](https://github.com/BBVAEngineering/ember-modal-service/compare/v2.2.0...v2.3.0) (2020-03-27)


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": "ember-modal-service",
"version": "2.3.0",
"version": "2.4.0",
"description": "An ember-cli addon to manage modals as promises.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 53d53e6

Please sign in to comment.