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 778257c commit f6161f0Copy full SHA for f6161f0
CHANGELOG.md
@@ -1,4 +1,8 @@
1
-# main [(unreleased)](https://github.com/fastruby/next_rails/compare/v1.0.3...main)
+# main [(unreleased)](https://github.com/fastruby/next_rails/compare/v1.0.4...main)
2
+
3
+# v1.0.4 / 2021-04-09 [(commits)](https://github.com/fastruby/next_rails/compare/v1.0.3...v1.0.4)
4
5
+* [BUGFIX] Fixes issue with `bundle_report` and `actionview` (by [@etagwerker][])
6
7
# v1.0.3 / 2021-04-05 [(commits)](https://github.com/fastruby/next_rails/compare/v1.0.2...v1.0.3)
8
lib/next_rails/version.rb
@@ -1,3 +1,3 @@
module NextRails
- VERSION = "1.0.3"
+ VERSION = "1.0.4"
end
0 commit comments