diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 520dd15..901b78a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,9 +14,9 @@ jobs: fail-fast: false matrix: include: - - elixir: 1.12.1 - otp: 22.0 - elixir: 1.13.4 + otp: 24.0 + - elixir: 1.14.5 otp: 25.0 check_formatted: true warnings_as_errors: true diff --git a/CHANGELOG.md b/CHANGELOG.md index e5a0d74..bb20954 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.6.0 (2023-05-29) + + * Support Surface `v0.10` + * Fix error line + ## v0.5.1 (2022-09-23) * Support Surface `v0.9` diff --git a/README.md b/README.md index 07de7d3..9670d30 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Add `surface_markdown` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:surface_markdown, "~> 0.5.0"} + {:surface_markdown, "~> 0.6.0"} ] end ``` @@ -19,10 +19,10 @@ end A set of global options you can set in `config.exs`. Available options are: * `default_class` - The default CSS class for the wrapping `
`. It - can be overridden using propety `class`. + can be overridden using property `class`. * `default_opts` - The default set of options to be passed down to `Earmark.as_html/2`. - It can be overridden using propety `opts`. + It can be overridden using property `opts`. ```elixir config :surface, :components, [