From ac90b9547db3ad4a8f3721099ba5a512688348a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 11:08:15 +0000 Subject: [PATCH] chore(main): release 1.8.0 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 630ffe7a..9e06a44e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.8.0](https://github.com/NFDI4Chem/nmrxiv/compare/v1.7.0...v1.8.0) (2026-05-27) + + +### Features + +* **instruments:** add Magritek Spinsolve dataset support ([ac0fd95](https://github.com/NFDI4Chem/nmrxiv/commit/ac0fd95478a94c557d6c5d8872e4bce6ba62e487)) + + +### Bug Fixes + +* composer audit fix ([5af407b](https://github.com/NFDI4Chem/nmrxiv/commit/5af407bc66fc2ca2f4493a6b9fe5f8b210384119)) +* composer updates and prettier formatting issues resolved ([f7cb999](https://github.com/NFDI4Chem/nmrxiv/commit/f7cb99993b8d07004e1db494a0cdcecd509c723a)) +* **jobs:** guard ProcessSubmission when project has no draft ([5f74f7d](https://github.com/NFDI4Chem/nmrxiv/commit/5f74f7d312ad7d69e61c8fd4e060105ca03d77ff)) +* pint fixes and npm updates ([9b49b38](https://github.com/NFDI4Chem/nmrxiv/commit/9b49b38405cd228d304918735282ba5645d5a473)) +* return value must be of type int, null returned issu fix ([0fd1bd8](https://github.com/NFDI4Chem/nmrxiv/commit/0fd1bd8fdd81cb2abc61f274efd4f5e550d4c15d)) +* **schedule:** re-enable daily publishing of released projects ([7b0dd91](https://github.com/NFDI4Chem/nmrxiv/commit/7b0dd911443cc6c76db9aa4b84af12736c70dff1)) +* **typo:** Advisory Board link in the footer ([cc96a31](https://github.com/NFDI4Chem/nmrxiv/commit/cc96a31f41025c90fc7c380e4dc963c5fb59a61b)) +* update glob package to address security vulnerability ([#1301](https://github.com/NFDI4Chem/nmrxiv/issues/1301)) ([c08cc35](https://github.com/NFDI4Chem/nmrxiv/commit/c08cc35ef44d22fee38f829a71642ed6cd40e503)) + ## [1.7.0](https://github.com/NFDI4Chem/nmrxiv/compare/v1.6.0...v1.7.0) (2025-10-01)