Skip to content

Commit

Permalink
πŸ”– Update package.json to 1.1.0-beta.1 [skip release]
Browse files Browse the repository at this point in the history
# [v1.1.0-beta.1](v1.0.0...v1.1.0-beta.1) (2024-09-22)

## ✨ New Features
- [`772446c`](772446c)  Add object rule for type notification
- [`e7a79ec`](e7a79ec)  Add annotator supporting checkerframework

## πŸ› Bug Fixes
- [`c9abca9`](c9abca9)  Constructor rules correctly notify annotators in composite annotators
  • Loading branch information
lengors committed Sep 22, 2024
1 parent cb33724 commit 9a97166
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-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
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-alpha.1</revision>
<revision>1.1.0-beta.1</revision>

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

0 comments on commit 9a97166

Please sign in to comment.