diff --git a/CHANGELOG.md b/CHANGELOG.md index 905847d..697829c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [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 +- [`9aec43c`](https://github.com/lengors/js2pets/commit/9aec43c) Fields, related parameters and return types now annotated with `Nullable` + # [v1.1.1-dev.1](https://github.com/lengors/js2pets/compare/v1.1.0...v1.1.1-dev.1) (2024-09-28) ## 🐛 Bug Fixes diff --git a/pom.xml b/pom.xml index 9947dce..697bcf2 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ - 1.1.1-dev.1 + 1.1.1 UTF-8