Related: I once did something similar when I wanted to do a MAJOR release where I changed functionality in a breaking way, but where I didn't change any public APIs. (elm-package calls this a PATCH change and doesn't have a "bump to MAJOR even though it appears unnecessary" override flag.)
So I added a publicly-exposed value called deleteMeToBumpMajorVersion : () and published it (a MINOR version bump), then deleted it and published again (the MAJOR version bump I wanted). Good times! :D -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
