Skip to content

Commit

Permalink
🔖 Update package.json to 1.1.1 [skip release]
Browse files Browse the repository at this point in the history
# [v1.1.1](v1.1.0...v1.1.1) (2024-09-28)

## 🐛 Bug Fixes
- [`9aec43c`](9aec43c)  Fields, related parameters and return types now annotated with `Nullable`
  • Loading branch information
lengors committed Sep 28, 2024
1 parent f50f3c3 commit 74a33c7
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.1.1](https://github.com/lengors/js2pets/compare/v1.1.0...v1.1.1) (2024-09-28)

## 🐛 Bug Fixes
- [`9aec43c`](https://github.com/lengors/js2pets/commit/9aec43c) Fields, related parameters and return types now annotated with `Nullable`

# [v1.1.1-beta.1](https://github.com/lengors/js2pets/compare/v1.1.0...v1.1.1-beta.1) (2024-09-28)

## 🐛 Bug Fixes
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.1-beta.1</revision>
<revision>1.1.1</revision>

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

0 comments on commit 74a33c7

Please sign in to comment.