File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.1.1 "
2+ "." : " 0.2.0 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.2.0] ( https://github.com/elixir-tools/web_dev_utils/compare/v0.1.1...v0.2.0 ) (2024-10-11)
4+
5+
6+ ### ⚠ BREAKING CHANGES
7+
8+ * The live reload function now sends just the message
9+
10+ ### Features
11+
12+ * improve live reload ([ #4 ] ( https://github.com/elixir-tools/web_dev_utils/issues/4 ) ) ([ be0e530] ( https://github.com/elixir-tools/web_dev_utils/commit/be0e5302204519ace2fe0a311721decf568e1a5b ) )
13+
314## [ 0.1.1] ( https://github.com/elixir-tools/web_dev_utils/compare/v0.1.0...v0.1.1 ) (2024-10-11)
415
516
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ by adding `web_dev_utils` to your list of dependencies in `mix.exs`:
2222``` elixir
2323def deps do
2424 [
25- {:web_dev_utils , " ~> 0.1.1 " }
25+ {:web_dev_utils , " ~> 0.2.0 " }
2626 ]
2727end
2828```
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ defmodule WebDevUtils.MixProject do
88 app: :web_dev_utils ,
99 description:
1010 "Library to enable awesome local development for websites and web applications" ,
11- version: "0.1.1 " ,
11+ version: "0.2.0 " ,
1212 elixir: "~> 1.14" ,
1313 start_permanent: Mix . env ( ) == :prod ,
1414 package: package ( ) ,
You can’t perform that action at this time.
0 commit comments