From b96edde3f787fdd72445efcf3fa81d8fb4cc659e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 19:19:29 +0000 Subject: [PATCH] chore: publish new release --- .changeset/three-pots-feel.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/three-pots-feel.md diff --git a/.changeset/three-pots-feel.md b/.changeset/three-pots-feel.md deleted file mode 100644 index 0d4f46e53..000000000 --- a/.changeset/three-pots-feel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"r.obin.ch": patch ---- - -Hide draft and not released posts diff --git a/CHANGELOG.md b/CHANGELOG.md index 346dffb08..f941e622c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # r.obin.ch +## 0.4.8 + +### Patch Changes + +- 95bf136: Hide draft and not released posts + ## 0.4.7 ### Patch Changes diff --git a/package.json b/package.json index 42717b817..fa3ec4b94 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "description": "On this website I collect interesting findings from my adventures in the world of bits and bytes and I share sometimes also things from the analogue reality.", "type": "module", - "version": "0.4.7", + "version": "0.4.8", "license": "0BSD", "author": "Robin Bühler", "homepage": "https://github.com/openscript/r.obin.ch",