Skip to content

Commit 2998437

Browse files
committed
Bump version to 3.0.1
1 parent 390ad48 commit 2998437

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## [Unreleased]
2+
3+
## 3.0.1 - 2025-11-15
24
- Remove debounce from filter method in command controller
35
- Form, make debounce timeout configurable with a default value
46
- No need to hide flash messages during Turbo preview

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
css-zero (3.1.0)
4+
css-zero (3.0.1)
55

66
GEM
77
remote: https://rubygems.org/

lib/css_zero/version.rb

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

0 commit comments

Comments
 (0)