Skip to content

Latest commit

 

History

History
334 lines (235 loc) · 18.7 KB

CHANGELOG.md

File metadata and controls

334 lines (235 loc) · 18.7 KB

Changelog

v2.2.0 (2021-10-11)

🚀 Enhancement

Committers: 1

v2.1.0 (2021-08-07)

🚀 Enhancement

Committers: 1

v2.0.1 (2021-08-07)

🐛 Bug Fix

🏠 Internal

Committers: 3

v2.0.0 (2021-08-07)

💥 Breaking Change

🚀 Enhancement

  • #492 Add dependabot-preview to default list of ignored committers (@Turbo87)

📝 Documentation

  • #472 README: Recommend npx usage instead of global install (@Turbo87)

🏠 Internal

Committers: 3

v1.0.1 (2020-03-04)

🐛 Bug Fix

  • #259 Allow ; characters in merge commit messages (@tuchk4)

🏠 Internal

Committers: 2

v1.0.0 (2019-12-16)

💥 Breaking Change

🚀 Enhancement

🐛 Bug Fix

  • #189 Abort process when github response is not OK (@emmenko)

🏠 Internal

Committers: 5

v0.8.3 (2019-11-11)

🚀 Enhancement

🐛 Bug Fix

  • #155 Fix incorrect repo parsing for project names with . characters (@shrikanthkr)

🏠 Internal

Committers: 3

v0.8.2 (2018-10-14)

🐛 Bug Fix

🏠 Internal

Committers: 1

v0.8.1 (2018-10-10)

🚀 Enhancement

📝 Documentation

Committers: 2

v0.8.0 (2018-06-19)

💥 Breaking Change

🚀 Enhancement

🐛 Bug Fix

📝 Documentation

🏠 Internal

Committers: 1

v0.7.0 (2017-10-22)

🚀 Enhancement

  • #81 Add support for nested/scoped packages. (@Turbo87)

🐛 Bug Fix

🏠 Internal

  • #80 GitHubAPI class refactorings. (@Turbo87)
  • #72 Convert "cli" script to TypeScript and wrap in a run() function. (@Turbo87)

Committers: 1

v0.6.0 (2017-07-11)

  • Don't have to specify "repo" in the config
  • Have a set of default labels

🚀 Enhancement

  • #71 configuration: Derive repo from package.json and use default labels. (@Turbo87)
  • #60 Add support for homu merge commits. (@Turbo87)

🐛 Bug Fix

  • #70 configuration-error: Add missing "message" property. (@Turbo87)
  • #64 progressBar: Split tick() into setTitle() and tick(). (@Turbo87)

🏠 Internal

Committers: 1

v0.5.0 (2017-05-31)

  • Make lerna-changelog work better for a regular repo (including this one)

🚀 Enhancement

  • #51 Use async/await to request commit infos concurrently. (@Turbo87)

🐛 Bug Fix

  • #53 Skip package heading for single package repos. (@Turbo87)

🏠 Internal

  • #49 Exclude arrow functions, classes and generator functions from being transpiled. (@Turbo87)
  • #50 Update "jest" to v20.0.4. (@Turbo87)
  • #48 Adjust "lint" script. (@Turbo87)
  • #47 Move configuration from "lerna.json" into "package.json". (@Turbo87)

Committers: 1

v0.4.0 (2017-03-24)

Notable changes:

  • We dropped Node 0.10/0.12
  • Adds support for the "changelog" config key from "package.json" instead of from "lerna.json"
  • Removes "lerna" peerDep

Basically removes ties to lerna so can be used standalone.

💥 Breaking Change

  • Other
    • #37 Babel: Use "preset-env" instead of "preset-es2015". (@Turbo87)

🚀 Enhancement

  • Other
    • #42 Read "changelog" config key from "package.json" too. (@Turbo87)

🏠 Internal

Committers: 1

v0.3.0 (2017-01-29)

🚀 Enhancement

  • #31 New CLI options, custom tags range and tests.. (@emmenko)

🏠 Internal

Committers: 2

v0.2.3 (2016-11-27)

🐛 Bug Fix

  • Other
    • #28 Convert label name to lowercase before matching. (@fson)

Committers: 1

  • Ville Immonen (fson)

v0.2.2 (2016-10-24)

🐛 Bug Fix

  • #27 match other closes keywords for github - Closes #7. (@hzoo)

Committers: 1

v0.2.1 (2016-07-29)

🐛 Bug Fix

  • #24 If there is no name, just print the username. (@hzoo)

Committers: 1

v0.2.0 (2016-06-17)

🚀 Enhancement

  • #18 Consolidate changes by affected packages. (@gigabo)

🐛 Bug Fix

  • #13 Remove the --first-parent option from log list generation. (@gigabo)
  • #20 Nicer error message on missing config. (@gigabo)
  • #14 Update repository URLs in package.json. (@gigabo)

Committers: 1