Skip to content

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msaraiva committed May 29, 2023
1 parent 2bf6518 commit aeb9538
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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 `<div>`. 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, [
Expand Down

0 comments on commit aeb9538

Please sign in to comment.