Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerturdenpants committed Nov 6, 2019
1 parent d5a4889 commit 496fa7e
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 @@
## v2.0.0 (2019-11-06)

#### :boom: Breaking Change
* [#23](https://github.com/jasonmit/ember-onbeforeunload/pull/23) Upgrade to ember 3.14 ([@tylerturdenpants](https://github.com/tylerturdenpants))

#### :rocket: Enhancement
* [#30](https://github.com/jasonmit/ember-onbeforeunload/pull/30) Add release-it ([@tylerturdenpants](https://github.com/tylerturdenpants))
* [#18](https://github.com/jasonmit/ember-onbeforeunload/pull/18) Add support for custom async confirmation handler ([@krasnoukhov](https://github.com/krasnoukhov))

#### Committers: 2
- Dmitry Krasnoukhov ([@krasnoukhov](https://github.com/krasnoukhov))
- Ryan Mark ([@tylerturdenpants](https://github.com/tylerturdenpants))

# Change Log

## [1.2.0](https://github.com/jasonmit/ember-onbeforeunload/tree/1.2.0) (2018-09-04)
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-onbeforeunload",
"version": "1.2.0",
"version": "2.0.0",
"description": "An addon to conditionally prompt the user when transitioning between routes or closing the browser.",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 496fa7e

Please sign in to comment.