We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde3181 commit c09b609Copy full SHA for c09b609
CHANGELOG.md
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
7
## Unreleased
8
9
+## [3.14.0] - 2025-08-03
10
+
11
### Added
12
13
- enable frozen string literals (#42)
lib/js_regex/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
class JsRegex
4
- VERSION = '3.13.0'
+ VERSION = '3.14.0'
5
end
0 commit comments