Skip to content

Commit

Permalink
version bump to v2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Feb 11, 2022
1 parent eac622b commit f80055a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,10 +1,10 @@
# Changelog

## next / unreleased
## 2.14.0 / 2022-02-11

### Features

* The `#to_text` method on `Loofah::HTML::{Document,DocumentFragment}` replaces `<br>` linebreak elements with a newline. [[#225](https://github.com/flavorjones/loofah/issues/225)]
* The `#to_text` method on `Loofah::HTML::{Document,DocumentFragment}` replaces `<br>` line break elements with a newline. [[#225](https://github.com/flavorjones/loofah/issues/225)]


## 2.13.0 / 2021-12-10
Expand Down
2 changes: 1 addition & 1 deletion lib/loofah/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Loofah
# The version of Loofah you are using
VERSION = "2.13.0"
VERSION = "2.14.0"
end

0 comments on commit f80055a

Please sign in to comment.