From 0c459fee95832da7f15ef8bba942565c880ac7cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 16 Jun 2024 02:51:36 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- .version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.version b/.version index 45c7a58..0ec25f7 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v0.0.1 +v1.0.0 From ccc87d41ffcb1d017c6565cbc8f0d2359105911d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 16 Jun 2024 02:51:37 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1a2f3d..973087d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ # Changelog +## [v1.0.0](https://github.com/Rindrics/expect-self-params/compare/v0.0.1...v1.0.0) - 2024-06-16 +- Chore for releasing `v1.0.0` by @Rindrics in https://github.com/Rindrics/expect-self-params/pull/2 +- Specify action version in `README.md` by @Rindrics in https://github.com/Rindrics/expect-self-params/pull/4 + ## [v0.0.1](https://github.com/Rindrics/expect-self-params/commits/v0.0.1) - 2024-06-15