Skip to content

Commit

Permalink
Add 1.8.0 to the CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Jul 24, 2018
1 parent 4b6c25a commit e06f677
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,23 @@
# Change Log

## [v1.8.0](https://github.com/ember-cli/ember-cli-inject-live-reload/tree/v1.8.0) (2018-07-24)
[Full Changelog](https://github.com/ember-cli/ember-cli-inject-live-reload/compare/v1.7.0...v1.8.0)

**Implemented enhancements:**

- Consider liveReloadPrefix option which got added into tiny-lr [\#49](https://github.com/ember-cli/ember-cli-inject-live-reload/pull/49) ([SparshithNR](https://github.com/SparshithNR))

## [v1.7.0](https://github.com/ember-cli/ember-cli-inject-live-reload/tree/v1.7.0) (2017-07-14)
[Full Changelog](https://github.com/ember-cli/ember-cli-inject-live-reload/compare/v1.6.1...v1.7.0)

**Fixed bugs:**

- When using the liveReloadBaseUrl with an absolute URL, the non-path portion should be stripped when setting up middleware. [\#36](https://github.com/ember-cli/ember-cli-inject-live-reload/pull/36) ([lukemelia](https://github.com/lukemelia))

**Closed issues:**

- Is it possible to remove the need for a liveReloadPort added to the livereload url [\#43](https://github.com/ember-cli/ember-cli-inject-live-reload/issues/43)

## [v1.6.1](https://github.com/ember-cli/ember-cli-inject-live-reload/tree/v1.6.1) (2017-01-19)
[Full Changelog](https://github.com/ember-cli/ember-cli-inject-live-reload/compare/v1.6.0...v1.6.1)

Expand Down

0 comments on commit e06f677

Please sign in to comment.