From df7775e44066739a443c68c96e591e8fb8cdaad9 Mon Sep 17 00:00:00 2001 From: Paul Myburgh Date: Thu, 8 Oct 2020 14:30:57 +0200 Subject: [PATCH] Updating changelog --- changelog.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 59007d0..8dfcc90 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,14 @@ -# Next +# 2.0.0 + +## Breaking Changes + +Big simplification of the API. + +* Only two parameters to be provided now, the `basePackage` and `options` +* Made `useInstalledVersions` defaulted to `true` +* The old way of specifying `versionsPackageFiles` is still possible - needs to be provided as an option now + +# 1.1.2 * Add `peerDependencies` and `devDependencies` support