Skip to content

Commit

Permalink
v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed Jul 27, 2023
1 parent e880805 commit d2fcd19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
## Unreleased

## 0.2.5 - 2023-07-27

Fix to not delete anything other than comments.

## 0.2.4 - 2023-07-27

- Fix deletion of strings when `/*` is present in the string
- Fix deletion of strings when `/*` is present in the string.

## 0.2.3 - 2023-07-27

Expand Down
2 changes: 1 addition & 1 deletion lib/slim/embedded/minify/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SlimEmbeddedMinify
VERSION = "0.2.4"
VERSION = "0.2.5"
end

0 comments on commit d2fcd19

Please sign in to comment.