Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Dec 22, 2020
1 parent d568c5e commit 500ccc7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## 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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auto-dist-tag",
"version": "1.0.0",
"version": "2.0.0",
"description": "Automatically rewrites the publishConfig.tag setting in your package.json file for you",
"homepage": "https://github.com/Turbo87/auto-dist-tag#readme",
"bugs": {
Expand Down

0 comments on commit 500ccc7

Please sign in to comment.