From 01ac4353971a67381c06f90a4a720918dcc547a9 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Sun, 14 Oct 2018 08:22:20 +0200 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4cc6280..7d54a1f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v0.8.2 (2018-10-14) + +#### :bug: Bug Fix +* [#125](https://github.com/lerna/lerna-changelog/pull/125) Fix `nextVersion` config handling ([@Turbo87](https://github.com/Turbo87)) + +#### :house: Internal +* [#124](https://github.com/lerna/lerna-changelog/pull/124) yarn: Add `integrity` hashes ([@Turbo87](https://github.com/Turbo87)) + +#### Committers: 1 +- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) + + ## v0.8.1 (2018-10-10) #### :rocket: Enhancement