Skip to content

Commit 971988c

Browse files
committed
Release 1.2.2
1 parent b7e1f0f commit 971988c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
[Unreleased]: https://github.com/envato/zxcvbn-ruby/compare/v1.2.2...HEAD
10+
11+
## [1.2.2] - 2025-12-06
12+
913
### Changed
1014
- Address layout and frozen string literal issues ([#49])
1115

12-
[Unreleased]: https://github.com/envato/zxcvbn-ruby/compare/v1.2.1...HEAD
16+
[1.2.2]: https://github.com/envato/zxcvbn-ruby/compare/v1.2.1...v.1.2.2
1317
[#49]: https://github.com/envato/zxcvbn-ruby/pull/49
1418

1519
## [1.2.1] - 2025-12-05

lib/zxcvbn/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Zxcvbn
4-
VERSION = '1.2.1'
4+
VERSION = '1.2.2'
55
end

0 commit comments

Comments
 (0)