Skip to content

Commit e8a9b37

Browse files
committed
💎 bump to 2.0.2
1 parent 048ca72 commit e8a9b37

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.2 - 2018-10-15
2+
3+
* Don't render rmd files as Markdown [#1235](https://github.com/github/markup/pull/1235)
4+
15
## 2.0.1 - 2018-06-29
26

37
* Create anchor for every =item directive in POD files [#1165](https://github.com/github/markup/pull/1165)

lib/github-markup.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module GitHub
22
module Markup
3-
VERSION = '2.0.1'
3+
VERSION = '2.0.2'
44
Version = VERSION
55
end
66
end

0 commit comments

Comments
 (0)