Skip to content

Latest commit

 

History

History
531 lines (190 loc) · 15.1 KB

CHANGELOG.md

File metadata and controls

531 lines (190 loc) · 15.1 KB

5.2.9 (2021-08-04)

5.2.8 (2021-08-04)

5.2.7 (2021-08-04)

Bug Fixes

5.2.4 (2021-02-05)

Bug Fixes

  • chance source maps flag (1c19a68)

5.2.3 (2020-07-22)

Bug Fixes

5.2.2 (2020-07-22)

Bug Fixes

  • fallback to [] if existing is not an array (f6a104f)

5.2.1 (2020-07-22)

Bug Fixes

  • changelog: handle null existing (b90f55d)

5.2.0 (2020-05-21)

Bug Fixes

  • add 'v' to fix version name (c5fc246)

Features

  • add opts.fixVersion function (6a2e60b)

5.1.1 (2020-05-21)

Bug Fixes

5.1.0 (2020-05-21)

Features

  • call changeIssueStatus if tagToStatus is present (98565d4)

5.0.2 (2020-05-20)

5.0.1 (2020-05-20)

Bug Fixes

5.0.0 (2020-05-20)

Bug Fixes

  • add packageDir argument (97c6187)

Features

  • add deleteAllVersions function wip (c60d1cb)

BREAKING CHANGES

  • publishFixToJira signature now has packageDir as first argument.

4.5.3 (2020-05-19)

Bug Fixes

4.5.2 (2020-05-19)

Bug Fixes

4.5.1 (2020-05-19)

Bug Fixes

  • tag check of latest/next (2764a48)

4.5.0 (2020-05-19)

Features

  • add jira fix version handler (9134b40)

4.4.4 (2019-07-09)

Bug Fixes

  • only use feat/fix commits (e023748)

4.4.3 (2019-04-24)

Bug Fixes

4.4.2 (2019-03-18)

Bug Fixes

  • add git user and email for release (b523949)

4.4.1 (2019-03-18)

Bug Fixes

  • add default getPackages function to Commands (5ce2419)
  • mv earliestTag -> tag (4914c8c)

4.4.0 (2019-03-17)

Features

  • allow subclasses to define getPackages (9ad8801)

4.3.3 (2019-03-15)

Bug Fixes

  • default to jest -w 1 (override with --testWorkers) (9ebb10b)

4.3.2 (2019-03-15)

Bug Fixes

  • call changelog from root (f4b0bd0)

4.3.1 (2019-03-14)

Bug Fixes

4.3.0 (2019-03-14)

Features

  • work with circle or travis (265c618)

4.2.1 (2019-03-14)

Bug Fixes

4.2.0 (2019-03-14)

Features

  • add changelog script to main commands class (77438cd)
  • add series function (426f6c4)

4.1.2 (2019-03-14)

Bug Fixes

  • empty out before/after Publish (3d59119)

4.1.1 (2019-03-13)

4.1.0 (2019-03-13)

Features

  • use existing changelog if present (a11f0fd)

4.0.1 (2019-03-13)

Bug Fixes

  • ensure NEXT changelogs are removed (2d08530)

4.0.0 (2019-03-13)

Features

  • write changelogs as json (b9be06d)

BREAKING CHANGES

  • The changelog functions have changed. Commands now generates json changelog files.

3.1.3 (2019-03-13)

Bug Fixes

3.1.2 (2019-03-13)

Bug Fixes

3.1.1 (2019-03-12)

Bug Fixes

  • log-level > loglevel typo (decdb4e)

3.1.0 (2019-03-12)

Features

  • add --lernaLogLevel option (2043ac7)

3.0.2 (2019-03-12)

Bug Fixes

  • add --force-publish to lerna publish (3104dc4)

3.0.1 (2019-03-12)

Bug Fixes

  • rm git commit before release (ca72981)

3.0.0 (2019-03-12)

Bug Fixes

BREAKING CHANGES

  • The lib requires node > 11

2.1.0 (2019-03-06)

Features

  • make std piping optional (060bc4d)

2.0.1 (2019-03-06)

Bug Fixes

  • runCmds need to run in series (b54bf73)

2.0.0 (2019-03-06)

Features

  • convert commands to be async and return promises. (418b312)

BREAKING CHANGES

  • All command calls return promises now.

1.4.0 (2019-02-17)

Features

1.3.8 (2019-02-16)

Bug Fixes

1.3.7 (2019-02-16)

Bug Fixes

1.3.6 (2019-02-16)

Bug Fixes

  • only commit if tree is dirty (3de076d)

1.3.5 (2019-02-16)

Bug Fixes

1.3.4 (2019-02-16)

1.3.3 (2019-02-16)

Bug Fixes

1.3.2 (2019-02-16)

Bug Fixes

1.3.1 (2019-02-15)

Bug Fixes

1.3.0 (2019-02-15)

Features

1.2.1 (2019-02-14)

Bug Fixes

1.2.0 (2019-02-14)

Features

1.1.1 (2019-02-14)

1.1.0 (2019-02-14)

Features

1.0.3 (2018-05-09)

Bug Fixes

  • processFix: move export (db79fcf)

1.0.2 (2018-05-09)

Bug Fixes

  • build: add release-it config (a75f980)

1.0.1 (2018-05-09)

Bug Fixes

  • dependencies: update dependencies (712a051)

Features