Skip to content

Commit f745936

Browse files
committed
version 0.4.2
1 parent 5f9cfbd commit f745936

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.4.2
2+
3+
* [bugfix] correctly split stylesheets even if @keyframes are directly on the rule limit #55 by [@rubenswieringa](https://github.com/rubenswieringa)
4+
15
# 0.4.1
26

37
* [Improvement] All `*_splitN.css` files default to `debug: false` in development to prevent empty file bug.

lib/css_splitter/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module CssSplitter
2-
VERSION = "0.4.1"
2+
VERSION = "0.4.2"
33
end

0 commit comments

Comments
 (0)