Skip to content

Latest commit

 

History

History
353 lines (254 loc) · 19.2 KB

CHANGELOG.md

File metadata and controls

353 lines (254 loc) · 19.2 KB

Changelog

Release (2024-05-22)

github-changelog 1.0.2 (patch)

🐛 Bug Fix

  • github-changelog
    • #23 only process commits on the current branch (@mansona)
    • #24 Fix issue with similarly named packages matching the wrong package in the generated changelog. (@NullVoxPopuli)

Committers: 2

Release (2024-05-03)

github-changelog 1.0.1 (patch)

🐛 Bug Fix

  • github-changelog
    • #22 Apply ignoreCommitters config to PR creators (@nickschot)
    • #19 fix npm badge to point at the right package (@mansona)

Committers: 2

Release (2024-03-12)

github-changelog 1.0.0 (major)

💥 Breaking Change

  • github-changelog
    • #17 swap everything to be github-changelog (@mansona)

Committers: 1

Release (2024-02-16)

@ef4/lerna-changelog 2.2.1 (patch)

🐛 Bug Fix

  • @ef4/lerna-changelog
    • #14 remove invisible character in unlabelled text (@mansona)

Committers: 1

Release (2024-02-16)

@ef4/lerna-changelog 2.2.0 (minor)

🚀 Enhancement

  • @ef4/lerna-changelog
    • #11 Add a default implementation for unlabelled (@mansona)

Committers: 1

Release (2024-01-11)

@ef4/lerna-changelog 2.1.0 (minor)

🚀 Enhancement

  • @ef4/lerna-changelog

🏠 Internal

  • @ef4/lerna-changelog

Committers: 2

Release (2023-12-04)

@ef4/lerna-changelog 2.0.0 (major)

💥 Breaking Change

🚀 Enhancement

  • #1 discover all packages in workspaces (@mansona)

🏠 Internal

Committers: 1

Changes inherited from upstream after reset

💥 Breaking Change

🚀 Enhancement

🐛 Bug Fix

  • #296 Omit commiters line when all are filtered out (@petrch87)
  • #398 Fix handling of --next-version-from-metadata option (@contolini)
  • #259 Allow ; characters in merge commit messages (@tuchk4)
  • #189 Abort process when github response is not OK (@emmenko)

📝 Documentation

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

Committers

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