Skip to content

Latest commit

 

History

History
154 lines (85 loc) · 10.1 KB

CHANGELOG.md

File metadata and controls

154 lines (85 loc) · 10.1 KB

Changelog

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

2.0.5 (2023-12-08)

2.0.4 (2023-12-08)

Bug fixes

2.0.3 (2023-06-06)

Bug fixes

  • minor and patch version overflow (45cd35c)

2.0.2 (2023-06-06)

Other chores

2.0.1 (2023-06-06)

Other chores

  • publish under npm scope (9eb5b0c)

Bug fixes

2.0.0 (2023-06-06)

⚠ BREAKING CHANGES

  • bump dependencies
  • clean up deprecated ios bumpers (#35)

New features

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

Documentation changes

  • add example to run standard version (82598b1)
  • add link to guide on devto (#1) (5e0e697)
  • add missing version error note (3bd9494)
  • add package.json to sample versionrc.js (#3) (1a28eeb)
  • fix typo and add enhanced example script (13f3bab)
  • update example config with require resolve (dcb2c8b)
  • use proper badge references in readme (c85797e)

Code changes

  • move expo manifest to parsers for new native parsers (#34) (6668fd8)
  • update code style and linting tools (#31) (cce13b4)
  • update repository references (#2) (c9eb647)

Other chores

Bug fixes

  • add globby to dependencies for expo config (4427369)
  • build (9e79a72)
  • use proper ios aliases instead of prefixed one (#5) (5a96dbd)
  • use sdk version from node modules (#8) (203e151)

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)