Skip to content

Latest commit

 

History

History
144 lines (76 loc) · 5.63 KB

CHANGELOG.md

File metadata and controls

144 lines (76 loc) · 5.63 KB

1.1.0 (2020-05-19)

Build System / Dependencies
New Features
Refactors
  • es6:
    • fix last callback to Promise (c3b45fdc)
    • use template literals and destructing (974af7d6)
    • use ES Promises in place of when package (3ec7d5d2)

1.0.3 (2017-12-19)

Build System / Dependencies
  • npm:
    • add npm run release script (a33121fb)
    • accept major bump changes in dependencies (1da2ae13)
    • update safe dependencies (e68b9ec3)

1.0.2 (2017-07-06)

Build System / Dependencies
Documentation Changes

1.0.1 (2017-06-25)

Build System / Dependencies
  • npm: update generate-changelog dep version (0344688f)

1.0.0 (2017-6-15)

New Features
  • npm: create separate npm module (3f464172)

0.9.0 (2017-6-14)

New Features
  • update-change-log: exclude chore and style commits (35827e68)

0.8.0 (2017-3-28)

New Features
  • update-change-log: use generate-changelog package (9c7cfa84)
Bug Fixes
  • override: add options.type when override is set (83baba44)
  • bump: use ONLY conventional-recommended-bump package (c5c6e220)
  • tag: change no-tag into tag option (514d4374)

0.7.0 (2016-12-15)

New Features
  • options: add --bump option (56b3c80)
  • options: add --no-tag option (d46aa6b)
Bug Fixes
  • shell: use fs and child process safely (21f833b), closes #5

0.6.2 (2016-07-26)

Bug Fixes
  • npm: update dependencies (9e41ac4)

0.6.1 (2016-05-13)

Bug Fixes
  • npm: update dependencies (9190f0d)

0.6.0 (2016-05-13)

New Features
Bug Fixes
  • shell: use spawn instead of exec (80f9d63), closes #1

0.5.2 (2016-05-12)

Bug Fixes
  • options: fix --no-verify flag (157da30), closes #4
  • shell: add support for windows (c351620), closes #3

0.5.0 (2016-03-11)

New Features
  • command: quit if tag exists with same version (79f1552)

0.4.0 (2016-03-10)

New Features
  • options: add --override option (b3343dc)

0.3.0 (2016-03-02)

New Features
  • options: add --force option (0b440d1)
  • options: add --no-verify option (9fde500)

0.1.0 (2016-02-20)

New Features
  • command: create commit with changelog and correct version (493c528)