Skip to content

Commit

Permalink
release: js_from_routes@4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Oct 11, 2024
1 parent a6561b2 commit 64cbb58
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions js_from_routes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion js_from_routes/lib/js_from_routes/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 64cbb58

Please sign in to comment.