diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fe1ecd..fd76d7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,3 +5,7 @@ # 0.1.1 - Fix CSS for modal where it would be anchored to the bottom of the page. + +# 0.1.2 + +- Fixed an issue where non pygmentized code blocks would not be formatted properly. #1 diff --git a/lib/peek-rblineprof/version.rb b/lib/peek-rblineprof/version.rb index 67e01e7..914f130 100644 --- a/lib/peek-rblineprof/version.rb +++ b/lib/peek-rblineprof/version.rb @@ -1,5 +1,5 @@ module Peek module Rblineprof - VERSION = '0.1.1' + VERSION = '0.1.2' end end