Skip to content

Commit fb467aa

Browse files
committed
💎 bump to 1.6.2
1 parent b5becff commit fb467aa

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.6.2 - 2017-11-27
2+
3+
### Changed
4+
5+
* Only report basename in usage [#1131](https://github.com/github/markup/pull/1131)
6+
* rest2html parameter signature fix [#1082](https://github.com/github/markup/pull/1082)
7+
18
## 1.6.1 - 2017-07-25
29

310
### Changed

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 = '1.6.1'
3+
VERSION = '1.6.2'
44
Version = VERSION
55
end
66
end

0 commit comments

Comments
 (0)