diff --git a/.gitignore b/.gitignore index 6d8bd42..14a808d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,13 +5,13 @@ *.exe # IntelliJ -.idea/ +.idea # VSCode -.vscode/ +.vscode # Go coverage.out # GoReleaser -dist/ +dist diff --git a/CHANGELOG.md b/CHANGELOG.md index fb60ecd..4f7edbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # CHANGELOG +## v1.13.2 (2021-12-11) + +### Others + +- chore: bump rst-go (2021-12-11) + +- chore: bump markdown-go (2021-12-11) + +- chore: bump color-go (2021-12-11) + +- chore: bump clock-go v0.3.0 (2021-12-11) + +- chore: update README badge (2021-12-02) + +- chore(changelog): generate v1.13.1 (2021-11-14) + ## v1.13.1 (2021-11-14) ### Others