Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9173626

Browse files
committed
💎 bump to 3.0.1
1 parent cf042f2 commit 9173626

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

HISTORY.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.0.1 - 2018-10-19
2+
3+
* Remove linguist-detected RMarkdown files from the Markdown renderer [#1237](https://github.com/github/markup/pull/1237)
4+
15
## 3.0.0 - 2018-10-18
26

37
* Allow passing options through to CommonMarker [#1236](https://github.com/github/markup/pull/1236)

lib/github-markup.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module GitHub
22
module Markup
3-
VERSION = '3.0.0'
3+
VERSION = '3.0.1'
44
Version = VERSION
55
end
66
end

0 commit comments

Comments
 (0)