Skip to content

Latest commit

 

History

History
82 lines (38 loc) · 4.38 KB

CHANGELOG.md

File metadata and controls

82 lines (38 loc) · 4.38 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.3 (2020-04-19)

Bug fixes

  • add globby to dependencies for expo config (4427369)

Documentation changes

  • add missing version error note (3bd9494)

1.0.2 (2020-04-19)

Code refactors

  • update repository references (#2) (c9eb647)

Documentation changes

  • add link to guide on devto (#1) (5e0e697)
  • add package.json to sample versionrc.js (#3) (1a28eeb)

Other chores

  • deps: bump acorn from 5.7.3 to 5.7.4 (#6) (3ffe688)

Bug fixes

  • use proper ios aliases instead of prefixed one (#5) (5a96dbd)
  • use sdk version from node modules (#8) (203e151)

1.0.1 (2020-02-18)

Code refactors

  • update repository references (#2) (c9eb647)

Documentation changes

  • add link to guide on devto (#1) (5e0e697)
  • add package.json to sample versionrc.js (#3) (1a28eeb)

Bug fixes

  • use proper ios aliases instead of prefixed one (#5) (5a96dbd)

1.0.0 (2020-01-06)

New features

  • add first draft of standard version for expo (7f821d2)

Pipeline changes

  • add simple workflow to test changes (bf64ce0)

Other chores

  • add standard version as release script (535a7a4)

Documentation changes

  • add example to run standard version (82598b1)
  • fix typo and add enhanced example script (13f3bab)
  • update example config with require resolve (dcb2c8b)
  • use proper badge references in readme (c85797e)