From 2ecde2657063de1da4508a280d204ed36f9184a8 Mon Sep 17 00:00:00 2001 From: Ryosuke Ito Date: Thu, 18 Apr 2024 10:47:27 +0900 Subject: [PATCH 1/2] Update CHANGELOG entries --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 818a7dc2..d746c8ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,9 @@ * Support repository access token on Bitbucket Cloud - [@manicmaniac](https://github.com/manicmaniac) [#1481](https://github.com/danger/danger/pull/1481) * Update "What is Danger?" in README - [@manicmaniac](https://github.com/manicmaniac) [#1482](https://github.com/danger/danger/pull/1482) * Fix broken YARD documents - [@manicmaniac](https://github.com/manicmaniac) [#1484](https://github.com/danger/danger/pull/1484) +* Fix some typos #trivial - [@ydah](https://github.com/ydah) [#1485](https://github.com/danger/danger/pull/1485) +* Add Ruby 3.3 to test matrix - [@ydah](https://github.com/ydah) [#1486](https://github.com/danger/danger/pull/1486) +* Bump rubocop version and fix new offenses - [@ydah](https://github.com/ydah) [#1487](https://github.com/danger/danger/pull/1487) ## 9.4.3 From 03c5d7ddbddb577f8128bf840e9fa0b76e061ac0 Mon Sep 17 00:00:00 2001 From: Ryosuke Ito Date: Thu, 18 Apr 2024 11:09:10 +0900 Subject: [PATCH 2/2] Remove CHANGELOG entry that is marked as trivial --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d746c8ba..91fe00e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,6 @@ * Support repository access token on Bitbucket Cloud - [@manicmaniac](https://github.com/manicmaniac) [#1481](https://github.com/danger/danger/pull/1481) * Update "What is Danger?" in README - [@manicmaniac](https://github.com/manicmaniac) [#1482](https://github.com/danger/danger/pull/1482) * Fix broken YARD documents - [@manicmaniac](https://github.com/manicmaniac) [#1484](https://github.com/danger/danger/pull/1484) -* Fix some typos #trivial - [@ydah](https://github.com/ydah) [#1485](https://github.com/danger/danger/pull/1485) * Add Ruby 3.3 to test matrix - [@ydah](https://github.com/ydah) [#1486](https://github.com/danger/danger/pull/1486) * Bump rubocop version and fix new offenses - [@ydah](https://github.com/ydah) [#1487](https://github.com/danger/danger/pull/1487)