diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..00e8cdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## [v0.0.6](https://github.com/budougumi0617/nrseg/compare/v0.0.5...v0.0.6) - 2024-09-18 +- refactoring by @budougumi0617 in https://github.com/budougumi0617/nrseg/pull/16 +- fix typos by @kdnakt in https://github.com/budougumi0617/nrseg/pull/19 +- Add support for import alias by @kdnakt in https://github.com/budougumi0617/nrseg/pull/18 +- fix: 🐛 Ensure identifier name length greater than zero by @mpyw in https://github.com/budougumi0617/nrseg/pull/21 +- test: add tests by @budougumi0617 in https://github.com/budougumi0617/nrseg/pull/22 +- ci: upgrade goreleaser and use tagpr by @budougumi0617 in https://github.com/budougumi0617/nrseg/pull/23 +- ci: generate token by GitHub App by @budougumi0617 in https://github.com/budougumi0617/nrseg/pull/24 +- ci: allow write by @budougumi0617 in https://github.com/budougumi0617/nrseg/pull/25 +- ci: allow write PR by @budougumi0617 in https://github.com/budougumi0617/nrseg/pull/26