Skip to content

Commit

Permalink
🔖 Update package.json to 1.2.1-beta.1 [skip release]
Browse files Browse the repository at this point in the history
# [v1.2.1-beta.1](v1.2.0...v1.2.1-beta.1) (2024-11-24)

## 🐛 Bug Fixes
- [`89fc586`](89fc586)  `NullabilityAnnotator` only annotates constructors, methods and parameters for matching fields annotated with `JsonProperty`
  • Loading branch information
lengors committed Nov 24, 2024
1 parent d215325 commit f6ed852
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# [v1.2.1-beta.1](https://github.com/lengors/js2pets/compare/v1.2.0...v1.2.1-beta.1) (2024-11-24)

## 🐛 Bug Fixes
- [`89fc586`](https://github.com/lengors/js2pets/commit/89fc586) `NullabilityAnnotator` only annotates constructors, methods and parameters for matching fields annotated with `JsonProperty`

# [v1.2.1-alpha.1](https://github.com/lengors/js2pets/compare/v1.2.0...v1.2.1-alpha.1) (2024-11-24)

## 🐛 Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<properties>
<!-- Version -->
<revision>1.2.1-alpha.1</revision>
<revision>1.2.1-beta.1</revision>

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

0 comments on commit f6ed852

Please sign in to comment.