Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

17 lines (11 loc) · 1.39 KB

1.0.0 (2020-10-05)

Bug Fixes

  • consider creation of package.json to be a major version bump equivalent (58f6a9d)
  • don't fail if manifest is missing when platform dir also doesn't exist (e3c5b93)
  • fail only if xcconfig sdk is less than ios minsdk (032a487)
  • handle minsdk in manifest with .GA suffix (de78198)
  • handle when both manifests have version bumped at different levels (a208541)

Features

  • check version references make sense (8c6e3f7)
  • first commit (5aa30e1)
  • validate minsdk is GA release (6980e08)