<a name"4.3.0">
4.3.0 (2015-08-22)
Features
- add fallbackTag functionality (360a5141)
You can now map dist-tags onto "fallbackTags". E.g. if you want a
development channel like "next" and no version is currently published as "next"
semantic-release could fallback to "latest" to determine the new "next" version.
You can specify your mappings by adding "fallbackTags" to your
package.json's "release" field.