Skip to content

Commit 942f14e

Browse files
authored
Merge pull request #56 from envato/release-1.2.3
Release 1.2.3
2 parents edc7e68 + e021fe9 commit 942f14e

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@ 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.3...HEAD
10+
11+
## [1.2.3] - 2025-12-07
12+
913
### Changed
1014
- Address linting issues ([#52])
1115
- Address style issues ([#53], [#54], [#55])
1216

13-
[Unreleased]: https://github.com/envato/zxcvbn-ruby/compare/v1.2.2...HEAD
17+
[1.2.3]: https://github.com/envato/zxcvbn-ruby/compare/v1.2.2...v1.2.3
1418
[#52]: https://github.com/envato/zxcvbn-ruby/pull/52
1519
[#53]: https://github.com/envato/zxcvbn-ruby/pull/53
1620
[#54]: https://github.com/envato/zxcvbn-ruby/pull/54
@@ -21,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2125
### Changed
2226
- Address layout and frozen string literal issues ([#49])
2327

24-
[1.2.2]: https://github.com/envato/zxcvbn-ruby/compare/v1.2.1...v.1.2.2
28+
[1.2.2]: https://github.com/envato/zxcvbn-ruby/compare/v1.2.1...v1.2.2
2529
[#49]: https://github.com/envato/zxcvbn-ruby/pull/49
2630

2731
## [1.2.1] - 2025-12-05
@@ -30,7 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3034
- Removed the dependency on the Ruby `benchmark` module ([#44]).
3135
- Tests are no longer included in the gem package ([#45]).
3236

33-
[1.2.1]: https://github.com/envato/zxcvbn-ruby/compare/v1.2.0...v.1.2.1
37+
[1.2.1]: https://github.com/envato/zxcvbn-ruby/compare/v1.2.0...v1.2.1
3438
[#44]: https://github.com/envato/zxcvbn-ruby/pull/44
3539
[#45]: https://github.com/envato/zxcvbn-ruby/pull/45
3640

@@ -43,7 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4347
- Use [mini\_racer] for running JavaScript specs (thanks [@RSO] ([#33]))
4448
- Moved CI to GitHub Actions ([#34])
4549

46-
[1.2.0]: https://github.com/envato/zxcvbn-ruby/compare/v1.1.0...v.1.2.0
50+
[1.2.0]: https://github.com/envato/zxcvbn-ruby/compare/v1.1.0...v1.2.0
4751
[@rso]: https://github.com/RSO
4852
[mini\_racer]: https://rubygems.org/gems/mini_racer/
4953
[#32]: https://github.com/envato/zxcvbn-ruby/pull/32

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.2'
4+
VERSION = '1.2.3'
55
end

0 commit comments

Comments
 (0)