Skip to content

Commit

Permalink
release: version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
romm committed Feb 13, 2023
1 parent 8f03a7e commit eebd314
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
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.3.1` — 13th of February 2023](changelog/version-1.3.1.md)
- [`1.3.0` — 8th of February 2023](changelog/version-1.3.0.md)
- [`1.2.0` — 9th of January 2023](changelog/version-1.2.0.md)
- [`1.1.0` — 20th of December 2022](changelog/version-1.1.0.md)
Expand Down
18 changes: 18 additions & 0 deletions docs/pages/project/changelog/version-1.3.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog 1.3.1 — 13th of February 2023

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

Bugfix release.

### Bug Fixes

* Check if temporary cache file exists before deletion ([3177bf](https://github.com/CuyZ/Valinor/commit/3177bf76849ab60bb5a4396f023a1ef0cc8200c8))
* Display useful error message for invalid constructor return type ([dc7f5c](https://github.com/CuyZ/Valinor/commit/dc7f5c3f837d68704ba987c9f0a5456acc940c31))
* Keep input path when error occurs in single node ([d70257](https://github.com/CuyZ/Valinor/commit/d70257b60dd667ff87b5f333d4b3790904303ab2))
* Properly handle class static constructor for other class ([d34974](https://github.com/CuyZ/Valinor/commit/d349741dd361e4bf9e52c2dbd76ec8799157807a))
* Properly handle union of `null` and objects ([8f03a7](https://github.com/CuyZ/Valinor/commit/8f03a7e0cbe1b83434e14d05a3f533e26b7a243f))

### Other

* Update dependencies ([f7e7f2](https://github.com/CuyZ/Valinor/commit/f7e7f29ff64efa84e1954e0084bb52156e4de56c))

0 comments on commit eebd314

Please sign in to comment.