From aa500a7c8915c0f6594818cb5146802e9d2a02fc Mon Sep 17 00:00:00 2001 From: Sebastian Werner Date: Wed, 22 Jul 2026 23:42:46 +0200 Subject: [PATCH 1/2] chore(main): release 1.5.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dd8fde7..e20d7e8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.0" + ".": "1.5.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d3ff734..27c7830 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.1](https://github.com/sebastian-software/offcourse/compare/v1.5.0...v1.5.1) (2026-07-22) + + +### Bug Fixes + +* align npm trusted publishing workflow name ([#123](https://github.com/sebastian-software/offcourse/issues/123)) ([1568b82](https://github.com/sebastian-software/offcourse/commit/1568b8202db618fc76f40674777758adfe646e1b)) + ## [1.5.0](https://github.com/sebastian-software/offcourse/compare/v1.4.0...v1.5.0) (2026-07-22) ### Features diff --git a/package.json b/package.json index 35b6a88..6dd1de5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "offcourse", - "version": "1.5.0", + "version": "1.5.1", "description": "Download online courses for offline access – of course!", "type": "module", "bin": { From b6c5838d2fb2fb69912840c6920f1050bd9915c3 Mon Sep 17 00:00:00 2001 From: Sebastian Werner Date: Wed, 22 Jul 2026 23:45:28 +0200 Subject: [PATCH 2/2] style: format generated changelog --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27c7830..8925a38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,9 @@ ## [1.5.1](https://github.com/sebastian-software/offcourse/compare/v1.5.0...v1.5.1) (2026-07-22) - ### Bug Fixes -* align npm trusted publishing workflow name ([#123](https://github.com/sebastian-software/offcourse/issues/123)) ([1568b82](https://github.com/sebastian-software/offcourse/commit/1568b8202db618fc76f40674777758adfe646e1b)) +- align npm trusted publishing workflow name ([#123](https://github.com/sebastian-software/offcourse/issues/123)) ([1568b82](https://github.com/sebastian-software/offcourse/commit/1568b8202db618fc76f40674777758adfe646e1b)) ## [1.5.0](https://github.com/sebastian-software/offcourse/compare/v1.4.0...v1.5.0) (2026-07-22)