diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d4a3bd..697829c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pom.xml b/pom.xml index bb6f26e..697bcf2 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ - 1.1.1-alpha.1 + 1.1.1 UTF-8