Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Sep 22, 2022
1 parent 6642101 commit 770a6cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.4.0-dev

* Improvements
* Allow reload events to be debounced instead of triggered immediately
* Add option to trigger full page reloads on css changes
* Bug fixes
* Handle false positives on `</body>` tags

## 1.3.3 (2021-07-06)

* Improvements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule PhoenixLiveReload.Mixfile do
use Mix.Project

@version "1.3.3"
@version "1.4.0-dev"

def project do
[
Expand Down

0 comments on commit 770a6cf

Please sign in to comment.