# History

## vNext

TBA

## v2.0.0

Fixes #4

- ! Might break/change existing behavior
- If a line does not start with whitespace don't remove the indentation

## v1.2.0

Security update with dependency changes

- Updated all dependencies to their latest version
- Updated CI settings
- Replaced tslint with typescript-eslint
- Removed unused @types/node
- Added lint to run with the test suite

## v1.1.0

Security update with dependency changes

- Updated all dependencies to their latest version

## v1.0.0

First release includes following functions

- `function dedent(TemplateStringsArray | string, ...any[]): string
