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 faff26b commit fa00dadCopy full SHA for fa00dad
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
All notable changes to this project will be documented in this file going forward.
3
4
+## [4.0.0] - 2017-02-07
5
+- depend on sprockets >= 3.6.0 and change to new API usage (#11f7c3c)
6
+
7
## [3.4.0] - 2016-11-22
8
- speeds up build by up to 20% thanks to cguillemette (see PR #183)
9
- update README for using in engine thanks to valentin-krasontovitsch (see PR #187)
lib/browserify-rails/version.rb
@@ -1,3 +1,3 @@
module BrowserifyRails
- VERSION = "4.0.0.b"
+ VERSION = "4.0.0"
end
0 commit comments