diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c95620..ca40bf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,11 @@ **Note** Styler's only public API is its usage as a formatter plugin. While you're welcome to play with its internals, they can and will change without that change being reflected in Styler's semantic version. + ## main +## 1.3.3 + ### Improvements - `with do: body` and variations with no arrows in the head will be rewritten to just `body` diff --git a/mix.exs b/mix.exs index 7834455..8d3df8e 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 "1.3.2" + @version "1.3.3" @url "https://github.com/adobe/elixir-styler" def project do