From 7e708ebfdfa6c47634b86a0a0e77db0f0359101b Mon Sep 17 00:00:00 2001 From: Maximo Mussini Date: Mon, 9 Oct 2023 20:54:41 -0300 Subject: [PATCH] release: js_from_routes@3.0.1 --- Gemfile.lock | 2 +- js_from_routes/CHANGELOG.md | 9 +++++++++ js_from_routes/lib/js_from_routes/version.rb | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3dc6fc9..51c4e7e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: js_from_routes specs: - js_from_routes (3.0.0) + js_from_routes (3.0.1) railties (>= 5.1, < 8) GEM diff --git a/js_from_routes/CHANGELOG.md b/js_from_routes/CHANGELOG.md index 86d650f..6684c97 100644 --- a/js_from_routes/CHANGELOG.md +++ b/js_from_routes/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.0.1](https://github.com/ElMassimo/js_from_routes/compare/js_from_routes@3.0.0...js_from_routes@3.0.1) (2023-10-09) + + +### Features + +* allow rollup to tree-shake unused path helpers ([150ccd9](https://github.com/ElMassimo/js_from_routes/commit/150ccd9dd616ce448b50ae6c2807dd7f5678479d)) + + + # [3.0.0](https://github.com/ElMassimo/js_from_routes/compare/js_from_routes@2.1.0...js_from_routes@3.0.0) (2023-10-09) diff --git a/js_from_routes/lib/js_from_routes/version.rb b/js_from_routes/lib/js_from_routes/version.rb index 222689a..3be3c7d 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.0" + VERSION = "3.0.1" end