From 735a1ec1dd6c72ec789c1c0e74315e4ad84c181c Mon Sep 17 00:00:00 2001 From: nickschot Date: Fri, 16 Jul 2021 13:42:47 +0200 Subject: [PATCH] 1.0.1 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41ff027b..ceed8e46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 3b932f07..be81fe5c 100644 --- a/package.json +++ b/package.json @@ -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"