Skip to content

Commit

Permalink
🔀 Merge origin/main into origin/beta (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
lengors authored Sep 28, 2024
2 parents 9a97166 + c82bdfe commit 84329f5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<properties>
<!-- Version -->
<revision>1.1.0-beta.1</revision>
<revision>1.1.0</revision>

<!-- Project general settings -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 84329f5

Please sign in to comment.