Skip to content

Commit

Permalink
Release v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Aug 14, 2024
1 parent d93fbcb commit e4ef7f3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v0.1.5 (2024-08-14)

* Fix live reloading.

* Add `:debug_errors` option.

* Document `PhoenixPlayground.Layout`.

* Add `examples/demo_router.exs`.

## v0.1.4 (2024-07-18)

* Delegate LiveView `handle_params/3`.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ See more examples below:
* [`examples/demo_controller.exs`]
* [`examples/demo_controller_test.exs`]
* [`examples/demo_plug.exs`]
* [`examples/demo_router.exs`]
* [`examples/demo_hooks.exs`]

## License
Expand All @@ -83,4 +84,5 @@ limitations under the License.
[`examples/demo_controller.exs`]: examples/demo_controller.exs
[`examples/demo_controller_test.exs`]: examples/demo_controller_test.exs
[`examples/demo_plug.exs`]: examples/demo_plug.exs
[`examples/demo_router.exs`]: examples/demo_router.exs
[`examples/demo_hooks.exs`]: examples/demo_hooks.exs
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule PhoenixPlayground.MixProject do
use Mix.Project

@source_url "https://github.com/phoenix-playground/phoenix_playground"
@version "0.1.4"
@version "0.1.5"

def project do
[
Expand Down

0 comments on commit e4ef7f3

Please sign in to comment.