Skip to content

Commit 2bb594e

Browse files
committed
Bump version to 0.0.13
1 parent 225e087 commit 2bb594e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 0.0.13
4+
5+
* Update icon class name (only affects TOC pipeline) cameronmcefee #52
6+
37
## 0.0.12
48

59
* add additional payload information for instrumentation mtodd #46
@@ -40,4 +44,4 @@
4044

4145
## 0.0.4
4246

43-
* initial public release
47+
* initial public release

lib/html/pipeline/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module HTML
22
class Pipeline
3-
VERSION = "0.0.12"
3+
VERSION = "0.0.13"
44
end
55
end

0 commit comments

Comments
 (0)