Skip to content

Commit

Permalink
Bump version to 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmm5t committed May 13, 2022
1 parent 9898601 commit 53c573b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com//), and thi

## [Unreleased] - TBD

- Added a matcher for the replace_newlines functionality (#62)
## [1.13.0] - 2022-05-13

- Added a matcher for `replace_newlines` (#62)
- Added Ruby 3.1 support

## [1.12.0] - 2021-12-20
Expand Down Expand Up @@ -103,7 +105,8 @@ Added multibyte whitespace support to `:collapse_spaces` option (#32)

## [0.9.0] - untracked

[Unreleased]: https://github.com/rmm5t/strip_attributes/compare/v1.12.0..HEAD
[Unreleased]: https://github.com/rmm5t/strip_attributes/compare/v1.13.0..HEAD
[1.13.0]: https://github.com/rmm5t/strip_attributes/compare/v1.12.0..v1.13.0
[1.12.0]: https://github.com/rmm5t/strip_attributes/compare/v1.11.0..v1.12.0
[1.11.0]: https://github.com/rmm5t/strip_attributes/compare/v1.10.1..v1.11.0
[1.10.1]: https://github.com/rmm5t/strip_attributes/compare/v1.10.0..v1.10.1
Expand Down
2 changes: 1 addition & 1 deletion lib/strip_attributes/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module StripAttributes
VERSION = "1.12.0"
VERSION = "1.13.0"
end

0 comments on commit 53c573b

Please sign in to comment.