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 52f798a commit 33c2643Copy full SHA for 33c2643
CHANGELOG.md
@@ -1,8 +1,9 @@
1
# Changelog
2
3
-## main
+## v2.3.1
4
5
* 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)
7
8
## v2.3.0
9
lib/js_routes/version.rb
@@ -1,4 +1,4 @@
# typed: strict
module JsRoutes
- VERSION = "2.2.10"
+ VERSION = "2.2.11"
end
0 commit comments