Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Mar 15, 2022
1 parent f6e1cee commit 5cfa9c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
## [Unreleased]

## [0.1.0] - 2022-03-11

- Initial release
*See https://github.com/nebulab/erb-formatter/releases*
2 changes: 1 addition & 1 deletion lib/erb/formatter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
require 'stringio'

class ERB::Formatter
VERSION = "0.1.0"
VERSION = "0.1.1"
autoload :IgnoreList, 'erb/formatter/ignore_list'

class Error < StandardError; end
Expand Down

0 comments on commit 5cfa9c9

Please sign in to comment.