Skip to content

Commit ab40a5e

Browse files
committed
release 2.2.3
1 parent 1d8506e commit ab40a5e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## 2.2.3
4+
5+
* raise MissingDependencyError instead of aborting on missing dependency [#241](https://github.com/jch/html-pipeline/pull/241)
6+
* Fix typo [#239](https://github.com/jch/html-pipeline/pull/239)
7+
* Test against Ruby 2.3.0 on Travis CI [#238](https://github.com/jch/html-pipeline/pull/238)
8+
* use travis containers [#237](https://github.com/jch/html-pipeline/pull/237)
9+
310
## 2.2.2
411

512
* Fix for calling mention_link_filter with only one argument [#230](https://github.com/jch/html-pipeline/pull/230)

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 = "2.2.2"
3+
VERSION = "2.2.3"
44
end
55
end

0 commit comments

Comments
 (0)