1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35# Changelog
## v2.1.1 (2021-04-10)
#### :house: Internal
* [#165](https://github.com/Turbo87/auto-dist-tag/pull/165) CI: Use `npm` for publishing ([@Turbo87](https://github.com/Turbo87))
* [#166](https://github.com/Turbo87/auto-dist-tag/pull/166) Adjust ignore files ([@Turbo87](https://github.com/Turbo87))
#### Committers: 1
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
## v2.1.0 (2021-04-10)
#### :house: Internal
* [#164](https://github.com/Turbo87/auto-dist-tag/pull/164) Migrate from yarn to pnpm ([@Turbo87](https://github.com/Turbo87))
* [#141](https://github.com/Turbo87/auto-dist-tag/pull/141) Update dependency meow to v9
#### Committers: 1
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
## v2.0.0 (2020-12-22)
#### :boom: Breaking Change
* [#123](https://github.com/Turbo87/auto-dist-tag/pull/123) Drop support for Node.js 6 and 8 ([@Turbo87](https://github.com/Turbo87))
#### :house: Internal
* [#138](https://github.com/Turbo87/auto-dist-tag/pull/138) Simplify `write` conditions ([@Turbo87](https://github.com/Turbo87))
* [#135](https://github.com/Turbo87/auto-dist-tag/pull/135) Use async/await instead of Promise chains ([@Turbo87](https://github.com/Turbo87))
* [#126](https://github.com/Turbo87/auto-dist-tag/pull/126) Add `release-it` to simplify the release process ([@Turbo87](https://github.com/Turbo87))
* [#125](https://github.com/Turbo87/auto-dist-tag/pull/125) Replace TravisCI with GitHub Actions ([@Turbo87](https://github.com/Turbo87))
* [#124](https://github.com/Turbo87/auto-dist-tag/pull/124) Add Renovate config ([@Turbo87](https://github.com/Turbo87))
#### Committers: 1
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))