From the looks of the minor version bump, one would think that only minor updates were done but when I checked out the commit history, I saw that the entire module was changed. Including a commit: 8a738f9 that features over 900 line code additions and 800 lines of code deletions. (difference between versions for reference: 0.2.3...0.2.4)
Is there a way you guys can bump this a major version? The update broke all of my tests and functionality across my application since I was using the ~ for versioning (meaning, it can pull in minor version changes).
Just for reference:
I'm using Browserify + Babel to compile my code and was using angular-local-storage via browserify-shim over Bower.