Skip to content

Commit 33c2643

Browse files
committed
v2.2.11
1 parent 52f798a commit 33c2643

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Changelog
22

3-
## main
3+
## v2.3.1
44

55
* Fix support of shakapacker [#321](https://github.com/railsware/js-routes/issue/321).
6+
* Fix support for Rails 8 [#319](https://github.com/railsware/js-routes/issue/319)
67

78
## v2.3.0
89

lib/js_routes/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# typed: strict
22
module JsRoutes
3-
VERSION = "2.2.10"
3+
VERSION = "2.2.11"
44
end

0 commit comments

Comments
 (0)