Skip to content

Commit

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

Phoenix v1.6 requires Elixir v1.9+.

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

## 1.6.13 (2022-09-29)

### Enhancements
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.13",
"version": "1.6.14",
"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.13"
@version "1.6.14"
@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.13"
@version "1.6.14"
@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.13",
"version": "1.6.14",
"description": "The official JavaScript client for the Phoenix web framework.",
"license": "MIT",
"module": "./priv/static/phoenix.mjs",
Expand Down
2 changes: 1 addition & 1 deletion priv/static/phoenix.cjs.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion priv/static/phoenix.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion priv/static/phoenix.mjs.map

Large diffs are not rendered by default.

0 comments on commit 50b4854

Please sign in to comment.