# 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

# 1.1.1

(Much thanks to @moshest for these changes)

- TypeScript Support
* Add `additionalDependencies` option.
* Add `useInstalledVersions` option

#### 1.1.0
- bad version, ignore.

# 1.0.1

* Thanks to @helloIAmPau for adding an extra check when defining deliberate packages in `basePackageValues`.
