Skip to content

Commit 852f324

Browse files
committed
Bump version to 0.1.2
1 parent 76cdcaf commit 852f324

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@
55
# 0.1.1
66

77
- Fix CSS for modal where it would be anchored to the bottom of the page.
8+
9+
# 0.1.2
10+
11+
- Fixed an issue where non pygmentized code blocks would not be formatted properly. #1

lib/peek-rblineprof/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Peek
22
module Rblineprof
3-
VERSION = '0.1.1'
3+
VERSION = '0.1.2'
44
end
55
end

0 commit comments

Comments
 (0)