Skip to content

Commit

Permalink
🔀 Merge origin/beta into origin/alpha (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
lengors authored Nov 23, 2024
2 parents bee78b3 + 256d943 commit cdb8823
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [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
- [`9aec43c`](https://github.com/lengors/js2pets/commit/9aec43c) Fields, related parameters and return types now annotated with `Nullable`

# [v1.1.1-alpha.1](https://github.com/lengors/js2pets/compare/v1.1.0...v1.1.1-alpha.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-alpha.1</revision>
<revision>1.1.1</revision>

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

0 comments on commit cdb8823

Please sign in to comment.