Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blimmer committed Sep 4, 2018
1 parent 800c2a3 commit 5e860de
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Change Log

## [1.2.0](https://github.com/jasonmit/ember-onbeforeunload/tree/1.2.0) (2018-09-04)

[Full Changelog](https://github.com/jasonmit/ember-onbeforeunload/compare/1.1.2...1.2.0)

**Merged pull requests:**

- Update to ember 2.16 LTS [\#17](https://github.com/jasonmit/ember-onbeforeunload/pull/17) ([blimmer](https://github.com/blimmer))

## [1.1.2](https://github.com/jasonmit/ember-onbeforeunload/tree/1.1.2) (2017-08-13)

[Full Changelog](https://github.com/jasonmit/ember-onbeforeunload/compare/1.0.0...1.1.2)

**Merged pull requests:**
Expand All @@ -9,6 +18,7 @@
- Upgrade ember CLI to 2.9.1 [\#14](https://github.com/jasonmit/ember-onbeforeunload/pull/14) ([blimmer](https://github.com/blimmer))

## [1.0.0](https://github.com/jasonmit/ember-onbeforeunload/tree/1.0.0) (2016-05-15)

[Full Changelog](https://github.com/jasonmit/ember-onbeforeunload/compare/0.3.0...1.0.0)

**Closed issues:**
Expand All @@ -22,6 +32,7 @@
- 1.0.0 Release [\#13](https://github.com/jasonmit/ember-onbeforeunload/pull/13) ([blimmer](https://github.com/blimmer))

## [0.3.0](https://github.com/jasonmit/ember-onbeforeunload/tree/0.3.0) (2016-05-05)

[Full Changelog](https://github.com/jasonmit/ember-onbeforeunload/compare/0.2.0...0.3.0)

**Closed issues:**
Expand All @@ -37,19 +48,27 @@
- Upgrade ember-cli version & standardize mixin location [\#4](https://github.com/jasonmit/ember-onbeforeunload/pull/4) ([ronco](https://github.com/ronco))

## [0.2.0](https://github.com/jasonmit/ember-onbeforeunload/tree/0.2.0) (2015-12-07)

[Full Changelog](https://github.com/jasonmit/ember-onbeforeunload/compare/0.1.0...0.2.0)

## [0.1.0](https://github.com/jasonmit/ember-onbeforeunload/tree/0.1.0) (2015-07-24)

[Full Changelog](https://github.com/jasonmit/ember-onbeforeunload/compare/0.0.1...0.1.0)

**Closed issues:**

- Missing license [\#2](https://github.com/jasonmit/ember-onbeforeunload/issues/2)

**Merged pull requests:**

- turn it into an ember addon [\#3](https://github.com/jasonmit/ember-onbeforeunload/pull/3) ([jasonmit](https://github.com/jasonmit))

## [0.0.1](https://github.com/jasonmit/ember-onbeforeunload/tree/0.0.1) (2015-06-21)

[Full Changelog](https://github.com/jasonmit/ember-onbeforeunload/compare/78e4e0c3ac32ff7d14ef008aeb56804771681645...0.0.1)

**Closed issues:**

- Missing license [\#2](https://github.com/jasonmit/ember-onbeforeunload/issues/2)
- use controller as the source of truth for isDirty instead of currentModel [\#1](https://github.com/jasonmit/ember-onbeforeunload/issues/1)


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.1.2",
"version": "1.2.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 5e860de

Please sign in to comment.