Releases: lerna/lerna-changelog
Releases · lerna/lerna-changelog
v2.2.0
🚀 Enhancement
- #560 Update
cli-highlight
to v2.1.11 (@elwayman02)
Committers: 1
- Jordan Hawker (@elwayman02)
v2.1.0
v2.0.1
🐛 Bug Fix
- #296 Omit commiters line when all are filtered out (@petrch87)
- #398 Fix handling of --next-version-from-metadata option (@contolini)
🏠 Internal
Committers: 3
- Chris Contolini (@contolini)
- Petr Chňoupek (@petrch87)
- Tobias Bieniek (@Turbo87)
v2.0.0
💥 Breaking Change
🚀 Enhancement
📝 Documentation
🏠 Internal
- #491 Add
release-it
to simplify the release process (@Turbo87) - #490 CI: Release tags automatically (@Turbo87)
- #489 Update
.npmignore
file (@Turbo87) - #488 Disable dependabot (@Turbo87)
- #487 CI: Update
pnpm
version (@Turbo87) - #475 git: Extract
getRootPath()
function (@Turbo87) - #474 Remove obsolete TSLint references (@Turbo87)
- #473 Use
pnpm
instead ofyarn
for development (@Turbo87) - #469 Replace TravisCI with GitHub Actions (@Turbo87)
- #335 Use yarn in scripts (@dcyriller)
- #268 Migrate from normalize-git-info to hosted-git-info. (@rwjblue)
Committers: 3
- Cyrille David (@dcyriller)
- Robert Jackson (@rwjblue)
- Tobias Bieniek (@Turbo87)
v1.0.1
v1.0.0
💥 Breaking Change
🚀 Enhancement
- #153 enhancement: Update string renderer to add empty lines only when commits are present. (@shrikanthkr)
- #158 Upgrade
yargs
to v13 (@dcyriller)
🐛 Bug Fix
🏠 Internal
- #147 Switch from TSLint to ESLint (@trivikr)
- #161 CI: Add Node.js 12 to the test matrix (@trivikr)
- #159 Adjust
.npmignore
file (@Turbo87)
Committers: 5
- Cyrille David (@dcyriller)
- Nicola Molinari (@emmenko)
- Shrikanth (@shrikanthkr)
- Tobias Bieniek (@Turbo87)
- Trivikram Kamat (@trivikr)
v0.8.3
🚀 Enhancement
🐛 Bug Fix
- #155 Fix incorrect repo parsing for project names with
.
characters (@shrikanthkr)
🏠 Internal
- #151 Add dependabot config (@Turbo87)
- #149 Update locked dependencies (@trivikr)
- #146 Update
jest
to v24.x (@trivikr) - #143 Upgrade
p-map
to v2.1.0 (@trivikr) - #144 Remove unused
string.prototype.padend
dependency (@trivikr) - #137 Update
execa
to v1.0.0 (@trivikr) - #139 Upgrade
typescript
to v3.6.3 (@trivikr) - #127 TravisCI: Remove deprecated
sudo: false
option (@Turbo87)
Committers: 3
- Shrikanth (@shrikanthkr)
- Tobias Bieniek (@Turbo87)
- Trivikram Kamat (@trivikr)
v0.8.2
v0.8.1
🚀 Enhancement
📝 Documentation
- #120 Add monorepo support docs (@jonaskello)
Committers: 2
- Alexandre Paixao (@alex-pex)
- Jonas Kello (@jonaskello)
v0.8.0
💥 Breaking Change
🚀 Enhancement
- #115 Improve CLI help output (@Turbo87)
- #114 Add
--from
and--to
as replacements for--tag-from/to
(@Turbo87) - #108 Improve progress reporting (@Turbo87)
- #105 Ignore dependency update bots by default (@Turbo87)
- #103 Use
cli-highlight
to syntax highlight markdown output. (@Turbo87) - #102 Improve automatic config detection. (@Turbo87)
🐛 Bug Fix
- #116 Fix progress bar rendering for
--no-color
(@Turbo87) - #107 Fix
refName
parsing (@Turbo87) - #106 Remove trailing period enforcement from PR titles (@Turbo87)
- #104 Add
@
sign in front of contributor login (@Turbo87)
📝 Documentation
🏠 Internal
- #111 Update
progress
to v2.0.0 (@Turbo87) - #112 Update
rimraf
to v2.6.2 (@Turbo87) - #110 Update
p-map
to v1.2.0 (@Turbo87) - #109 Update
yargs
to v11.0.0 (@Turbo87) - #101 CI: Remove
node_modules
from cache. (@Turbo87) - #100 package.json: Adjust changelog labels. (@Turbo87)
- #99 Use
prettier
to format code. (@Turbo87) - #98 Use
jest-runner-tslint
for linting. (@Turbo87) - #97 Update
make-fetch-happen
to v4.0.1. (@Turbo87) - #96 Update
fs-extra
to v6.0.1. (@Turbo87) - #95 Update
chalk
to v2.4.1. (@Turbo87) - #94 Update to Jest 23. (@Turbo87)
- #93 Update
execa
to v0.10.0. (@Turbo87) - #91 Update TSLint and fix issues. (@Turbo87)
- #90 Update
typescript
to v2.9.2. (@Turbo87)
Committers: 1
- Tobias Bieniek (Turbo87)