Skip to content

Commit

Permalink
chore(release): 2.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.5.0](v2.4.0...v2.5.0) (2020-10-05)

### Features

* add events when opening/closing a modal ([ca50ad3](ca50ad3))
* **model:** make deferred private ([ba54c09](ba54c09))
* closeByModel as private method ([7791d42](7791d42))
  • Loading branch information
semantic-release-bot committed Oct 5, 2020
1 parent 7791d42 commit 579cc8f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [2.5.0](https://github.com/BBVAEngineering/ember-modal-service/compare/v2.4.0...v2.5.0) (2020-10-05)


### Features

* add events when opening/closing a modal ([ca50ad3](https://github.com/BBVAEngineering/ember-modal-service/commit/ca50ad3fcfe1f16959201956bd623837d190638c))
* **model:** make deferred private ([ba54c09](https://github.com/BBVAEngineering/ember-modal-service/commit/ba54c09d889a49f4c3cef95620dc06d7d9b9ee0a))
* closeByModel as private method ([7791d42](https://github.com/BBVAEngineering/ember-modal-service/commit/7791d421d0c1a3208e8b1234c732a11dd809c773))

# [2.4.0](https://github.com/BBVAEngineering/ember-modal-service/compare/v2.3.0...v2.4.0) (2020-09-28)


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

0 comments on commit 579cc8f

Please sign in to comment.