From 4ee3dc7432f3a74a91cc24f55b1f0e066bd5bcaa Mon Sep 17 00:00:00 2001 From: yaozm Date: Thu, 13 Jun 2024 10:34:15 +0800 Subject: [PATCH] chore(release): 2.8.2 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57d7fa8..580bcf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [2.8.2] - 2024-06-13 +### Fix +- **HasOptions:** Fix offsetGet method + + ## [2.8.1] - 2024-06-13 ### Pull Requests @@ -848,7 +854,8 @@ All notable changes to this project will be documented in this file. - Finish tests -[Unreleased]: https://github.com/guanguans/notify/compare/2.8.1...HEAD +[Unreleased]: https://github.com/guanguans/notify/compare/2.8.2...HEAD +[2.8.2]: https://github.com/guanguans/notify/compare/2.8.1...2.8.2 [2.8.1]: https://github.com/guanguans/notify/compare/2.8.0...2.8.1 [2.8.0]: https://github.com/guanguans/notify/compare/2.7.0...2.8.0 [2.7.0]: https://github.com/guanguans/notify/compare/2.6.1...2.7.0