Skip to content

Commit f5dec5e

Browse files
committed
release
1 parent b9c0622 commit f5dec5e

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+
## 1.1.9 - 2025-02-28
24
- Tab buttons should support aria-current=page
35
- Use just-debounce instead of lodash.debounce
46

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 (1.1.8)
4+
css-zero (1.1.9)
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 = "1.1.8"
2+
VERSION = "1.1.9"
33
end

0 commit comments

Comments
 (0)