From 64cbb58d13dd7d023faab560c94e1f02ca82a35a Mon Sep 17 00:00:00 2001 From: Maximo Mussini Date: Fri, 11 Oct 2024 07:54:31 -0300 Subject: [PATCH] release: js_from_routes@4.0.0 --- Gemfile.lock | 6 +++--- js_from_routes/CHANGELOG.md | 9 +++++++++ js_from_routes/lib/js_from_routes/version.rb | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e6737db..f43c7c0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: js_from_routes specs: - js_from_routes (3.0.2) + js_from_routes (4.0.0) railties (>= 5.1, < 8) GEM @@ -54,7 +54,7 @@ GEM i18n (1.14.6) concurrent-ruby (~> 1.0) io-console (0.7.2) - irb (1.14.0) + irb (1.14.1) rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.6.1) @@ -179,7 +179,7 @@ GEM unicode-display_width (2.6.0) useragent (0.16.10) webrick (1.8.2) - zeitwerk (2.6.18) + zeitwerk (2.7.0) PLATFORMS ruby diff --git a/js_from_routes/CHANGELOG.md b/js_from_routes/CHANGELOG.md index 318c5b7..756f409 100644 --- a/js_from_routes/CHANGELOG.md +++ b/js_from_routes/CHANGELOG.md @@ -1,3 +1,12 @@ +# [4.0.0](https://github.com/ElMassimo/js_from_routes/compare/js_from_routes@3.0.2...js_from_routes@4.0.0) (2024-10-11) + + +### Features + +* allow customizing the namespace for path helpers ([#50](https://github.com/ElMassimo/js_from_routes/issues/50)) ([9d38c83](https://github.com/ElMassimo/js_from_routes/commit/9d38c8312ef1275b3b8c18c1129bc936da08bcd0)) + + + ## [3.0.2](https://github.com/ElMassimo/js_from_routes/compare/js_from_routes@3.0.1...js_from_routes@3.0.2) (2024-09-25) diff --git a/js_from_routes/lib/js_from_routes/version.rb b/js_from_routes/lib/js_from_routes/version.rb index 214b5b2..452d9d0 100644 --- a/js_from_routes/lib/js_from_routes/version.rb +++ b/js_from_routes/lib/js_from_routes/version.rb @@ -4,5 +4,5 @@ # Generates one file per controller, and one function per route. module JsFromRoutes # Public: This library adheres to semantic versioning. - VERSION = "3.0.2" + VERSION = "4.0.0" end