Skip to content

Latest commit

 

History

History
197 lines (110 loc) · 13.5 KB

CHANGELOG.md

File metadata and controls

197 lines (110 loc) · 13.5 KB

Changelog

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

1.2.1 (2023-02-24)

1.2.0 (2023-02-24)

1.1.1 (2023-02-23)

Other chores

  • create new release 1.1.1 (7fa916c)

1.2.0-beta.0 (2023-02-24)

New features

  • added the 'timestamp' bumper to bump the versionCode or buildNumber to Date.now() (0bb19fb)

Other chores

  • create new release 1.1.0 (8db6ced)
  • create new release 1.1.0-beta.0 (fb5f892)
  • create new release 1.1.0-beta.1 (5fea8a0)
  • create new release 1.1.1 (ebc0e5a)

1.1.1 (2023-02-23)

1.1.0 (2023-02-23)

Other chores

  • create new release 1.1.0-beta.1 (f960d2c)

1.1.0-beta.1 (2023-02-23)

⚠ BREAKING CHANGES

  • clean up deprecated ios bumpers (#35)

New features

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

Bug fixes

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

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

  • add standard version as release script (535a7a4)
  • clean up deprecated ios bumpers (#35) (076486d)
  • create new release 1.1.0-beta.0 (502c57e)
  • deps: bump acorn from 5.7.3 to 5.7.4 (#6) (3ffe688)
  • deps: bump ws from 7.2.3 to 7.5.6 (#33) (87b5cbb)
  • update github workflow (#32) (6183fa4)

1.1.0-beta.0 (2023-02-23)

⚠ BREAKING CHANGES

  • clean up deprecated ios bumpers (#35)

New features

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

Bug fixes

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

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

  • add standard version as release script (535a7a4)
  • clean up deprecated ios bumpers (#35) (076486d)
  • deps: bump acorn from 5.7.3 to 5.7.4 (#6) (3ffe688)
  • deps: bump ws from 7.2.3 to 7.5.6 (#33) (87b5cbb)
  • update github workflow (#32) (6183fa4)

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)