From c82bdfea355d48c061902e22164f2efd0b51c06d Mon Sep 17 00:00:00 2001 From: lengors <24527258+lengors@users.noreply.github.com> Date: Sun, 22 Sep 2024 11:26:53 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Update=20`package.json`=20to=20`?= =?UTF-8?q?1.1.0`=20[skip=20release]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [v1.1.0](https://github.com/lengors/js2pets/compare/v1.0.0...v1.1.0) (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 --- CHANGELOG.md | 9 +++++++++ pom.xml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b29fbd8..f82ba7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [v1.1.0](https://github.com/lengors/js2pets/compare/v1.0.0...v1.1.0) (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-beta.1](https://github.com/lengors/js2pets/compare/v1.0.0...v1.1.0-beta.1) (2024-09-22) ## ✨ New Features diff --git a/pom.xml b/pom.xml index 2fdc937..7f54ffa 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ - 1.1.0-beta.1 + 1.1.0 UTF-8