Skip to content

Commit d8048ae

Browse files
committed
💎 bump to 3.0.0
1 parent 3405de8 commit d8048ae

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.0.0 - 2018-10-18
2+
3+
* Allow passing options through to CommonMarker [#1236](https://github.com/github/markup/pull/1236)
4+
* Symlink option is now a keyword arg [#1236](https://github.com/github/markup/pull/1236)
5+
16
## 2.0.2 - 2018-10-15
27

38
* Don't render rmd files as Markdown [#1235](https://github.com/github/markup/pull/1235)

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.2'
3+
VERSION = '3.0.0'
44
Version = VERSION
55
end
66
end

0 commit comments

Comments
 (0)