Skip to content

Commit

Permalink
Cut version 0.23.0 (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
sds authored Jan 27, 2023
1 parent 50e1d3b commit a4299ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Slim-Lint Changelog

## 0.23.0

* Add `Zwsp` to report zero-width space characters
* Allow Slim version 5.x

## 0.22.1

* Fix `CommentControlStatement` to not report `Template Dependency:` directives
Expand Down
2 changes: 1 addition & 1 deletion lib/slim_lint/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# Defines the gem version.
module SlimLint
VERSION = '0.22.1'
VERSION = '0.23.0'
end

0 comments on commit a4299ea

Please sign in to comment.