diff --git a/CHANGELOG.md b/CHANGELOG.md index 31973377..23b65a14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## main +## v0.7.13 + ### Fixes * don't unpipe single-piped `unquote` expressions (h/t @elliottneilclark) diff --git a/mix.exs b/mix.exs index 5a1d4089..4f24aee3 100644 --- a/mix.exs +++ b/mix.exs @@ -12,7 +12,7 @@ defmodule Styler.MixProject do use Mix.Project # Don't forget to bump the README when doing non-patch version changes - @version "0.7.12" + @version "0.7.13" @url "https://github.com/adobe/elixir-styler" def project do