From 9a33882084c66dd367982de6a7cb372c168d0821 Mon Sep 17 00:00:00 2001 From: Jan Wloka Date: Thu, 18 Apr 2024 11:59:51 +0200 Subject: [PATCH] d Updates release notes --- Release-Notes.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Release-Notes.md b/Release-Notes.md index 05ae6214..1abc503f 100644 --- a/Release-Notes.md +++ b/Release-Notes.md @@ -16,6 +16,14 @@ Release notes follow the [keep a changelog](https://keepachangelog.com/en/1.0.0/ - TBA +## [0.5.1] - 2024-04-18 + +Bugfix release to address an issue with publishing the npm packages. + +### Fixed + +- Fixes an issue with the `publish-npm` target for github release pipeline + ## [0.5.0] - 2024-04-18 In this version, we've migrated the project from yarn to pnpm to improve the dependency management and build process. We've also updated the dependencies to the latest versions, including eslint and typescript.