Skip to content

Commit c09b609

Browse files
committed
Release v3.14.0
1 parent bde3181 commit c09b609

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## Unreleased
88

9+
## [3.14.0] - 2025-08-03
10+
911
### Added
1012

1113
- enable frozen string literals (#42)

lib/js_regex/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
class JsRegex
4-
VERSION = '3.13.0'
4+
VERSION = '3.14.0'
55
end

0 commit comments

Comments
 (0)