Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nickschot committed Jul 16, 2021
1 parent dd122c2 commit 735a1ec
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,5 +1,18 @@
# Changelog

## v1.0.1 (2021-07-16)

#### :bug: Bug Fix
* [#412](https://github.com/simplabs/ember-promise-modals/pull/412) fix backdrop not animating immediately after the last modal is closed ([@nickschot](https://github.com/nickschot))

#### :house: Internal
* [#413](https://github.com/simplabs/ember-promise-modals/pull/413) use babel-eslint as eslint parser ([@nickschot](https://github.com/nickschot))

#### Committers: 2
- Nick Schot ([@nickschot](https://github.com/nickschot))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)


## v1.0.0 (2021-07-13)

#### :boom: Breaking Change
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-promise-modals",
"version": "1.0.0",
"version": "1.0.1",
"description": "The better way to handle modals in your Ember.js apps.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 735a1ec

Please sign in to comment.