Skip to content

Commit

Permalink
Release 1.6.15
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed Oct 26, 2022
1 parent 5cc8343 commit eaa2378
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,14 @@ See the [upgrade guide](https://gist.github.com/chrismccord/2ab350f154235ad4a4d0

Phoenix v1.6 requires Elixir v1.9+.

## 1.6.15 (2022-10-26)

### Enhancements
* Support for Phoenix.View 2.0

### JavaScript Client Bug Fixes
* Fix heartbeat reconnect

## 1.6.14 (2022-10-10)
* Fix security vulnerability in wildcard `check_origin` configurations

Expand Down
4 changes: 2 additions & 2 deletions assets/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/package.json
@@ -1,6 +1,6 @@
{
"name": "phoenix",
"version": "1.6.14",
"version": "1.6.15",
"description": "The official JavaScript client for the Phoenix web framework.",
"license": "MIT",
"main": "./assets/js/phoenix/index.js",
Expand Down
2 changes: 1 addition & 1 deletion installer/mix.exs
Expand Up @@ -6,7 +6,7 @@ end
defmodule Phx.New.MixProject do
use Mix.Project

@version "1.6.14"
@version "1.6.15"
@scm_url "https://github.com/phoenixframework/phoenix"

# If the elixir requirement is updated, we need to update:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -8,7 +8,7 @@ defmodule Phoenix.MixProject do
end
end

@version "1.6.14"
@version "1.6.15"
@scm_url "https://github.com/phoenixframework/phoenix"

# If the elixir requirement is updated, we need to make the installer
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "phoenix",
"version": "1.6.14",
"version": "1.6.15",
"description": "The official JavaScript client for the Phoenix web framework.",
"license": "MIT",
"module": "./priv/static/phoenix.mjs",
Expand Down

0 comments on commit eaa2378

Please sign in to comment.