diff --git a/.changeset/slimy-chairs-lie.md b/.changeset/slimy-chairs-lie.md deleted file mode 100644 index ad88d49a5..000000000 --- a/.changeset/slimy-chairs-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"r.obin.ch": patch ---- - -Enable lockfile maintenance diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a8ecec08..5ed1fa12f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # r.obin.ch +## 0.4.15 + +### Patch Changes + +- 25a21d6: Enable lockfile maintenance + ## 0.4.14 ### Patch Changes diff --git a/package.json b/package.json index dc7804e9e..60837f629 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.14", + "version": "0.4.15", "license": "0BSD", "author": "Robin Bühler", "homepage": "https://github.com/openscript/r.obin.ch",