Skip to content

Commit

Permalink
Release 1.4.33
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertDober committed Nov 2, 2022
1 parent 87a9c49 commit 947b9ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
## [Earmark](https://hex.pm/packages/earmark) 1.4.33 2022-11-02

- [Getting rid of some compiler warnings](https://github.com/pragdave/earmark/pull/453)
Kudos [Julien](https://github.com/jcrevits)

## [Earmark](https://hex.pm/packages/earmark) 1.4.32 2022-10-31

- catching some bad options values earlier (`line` and `footnote_offset`)

- [Some typos](https://github.com/pragdave/earmark/pull/452)
- [Some typos](https://github.com/pragdave/earmark/pull/452)kkkk
Kudos to [Thiago Araujo](https://github.com/thdaraujo)

## [Earmark](https://hex.pm/packages/earmark) 1.4.31 2022-10-20
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Earmark.Mixfile do
use Mix.Project

@version "1.4.32"
@version "1.4.33"

@url "https://github.com/pragdave/earmark"

Expand Down

0 comments on commit 947b9ac

Please sign in to comment.