diff --git a/CHANGELOG.md b/CHANGELOG.md index f48b3a2..b29fbd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [v1.1.0-beta.1](https://github.com/lengors/js2pets/compare/v1.0.0...v1.1.0-beta.1) (2024-09-22) + +## ✨ New Features +- [`772446c`](https://github.com/lengors/js2pets/commit/772446c) Add object rule for type notification +- [`e7a79ec`](https://github.com/lengors/js2pets/commit/e7a79ec) Add annotator supporting checkerframework + +## 🐛 Bug Fixes +- [`c9abca9`](https://github.com/lengors/js2pets/commit/c9abca9) Constructor rules correctly notify annotators in composite annotators + # [v1.1.0-alpha.1](https://github.com/lengors/js2pets/compare/v1.0.0...v1.1.0-alpha.1) (2024-09-22) ## ✨ New Features diff --git a/pom.xml b/pom.xml index a427f83..2fdc937 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ - 1.1.0-alpha.1 + 1.1.0-beta.1 UTF-8