Skip to content

Commit

Permalink
💎 bump to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Oct 18, 2018
1 parent cf042f2 commit 9173626
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.1 - 2018-10-19

* Remove linguist-detected RMarkdown files from the Markdown renderer [#1237](https://github.com/github/markup/pull/1237)

## 3.0.0 - 2018-10-18

* Allow passing options through to CommonMarker [#1236](https://github.com/github/markup/pull/1236)
Expand Down
2 changes: 1 addition & 1 deletion lib/github-markup.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module GitHub
module Markup
VERSION = '3.0.0'
VERSION = '3.0.1'
Version = VERSION
end
end

0 comments on commit 9173626

Please sign in to comment.