Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: version 1.6.1 #432

Merged
merged 1 commit into from
Oct 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/pages/project/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Below are listed the changelogs for all released version of the library.

## Version 1

- [`1.6.1` — 11th of October 2023](changelog/version-1.6.1.md)
- [`1.6.0` — 25th of August 2023](changelog/version-1.6.0.md)
- [`1.5.0` — 7th of August 2023](changelog/version-1.5.0.md)
- [`1.4.0` — 17th of April 2023](changelog/version-1.4.0.md)
Expand Down
10 changes: 10 additions & 0 deletions docs/pages/project/changelog/version-1.6.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog 1.6.1 — 11th of October 2023

!!! info inline end "[See release on GitHub]"
[See release on GitHub]: https://github.com/CuyZ/Valinor/releases/tag/1.6.1

## Bug Fixes

* Correctly handle multiline type alias in classes ([c23102](https://github.com/CuyZ/Valinor/commit/c231020d6e393f6b1ea5758cb9fbeee469ac3d5b))
* Handle integer key in path mapping modifier ([9419f6](https://github.com/CuyZ/Valinor/commit/9419f6d681e9c6e68a551dd5573bec9c7f928fd5))
* Handle variadic parameters declared in docblock ([f4884c](https://github.com/CuyZ/Valinor/commit/f4884cf319774726bd7ccf7fe9c00c0f0177330e))