Skip to content

Commit

Permalink
Release v0.20.12
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Mar 4, 2024
1 parent 0c16677 commit 83f3f84
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.20.12 (2024-03-04)

### Bug fixes
* Do not send Telemetry metadata as Logger event, this avoids the metadata from being accidentally copied to other processes
* Ensure LiveViewTest does not crash on IDs with foreign characters, such as question marks
* Fix a bug where LiveViewTest could not perform a connected mount on a page with certain streams

## 0.20.11 (2024-02-29)

### Bug fixes
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 Phoenix.LiveView.MixProject do
use Mix.Project

@version "0.20.11"
@version "0.20.12"

def project do
[
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": "phoenix_live_view",
"version": "0.20.11",
"version": "0.20.12",
"description": "The Phoenix LiveView JavaScript client.",
"license": "MIT",
"module": "./priv/static/phoenix_live_view.esm.js",
Expand Down

0 comments on commit 83f3f84

Please sign in to comment.