diff --git a/.changeset/curvy-bears-smell.md b/.changeset/curvy-bears-smell.md deleted file mode 100644 index fb1efc196..000000000 --- a/.changeset/curvy-bears-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"nostrudel": patch ---- - -Fix storage and clipboard use on http connection diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f0097e7d..4128060d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # nostrudel +## 0.37.1 + +### Patch Changes + +- feec6880: Fix storage and clipboard use on http connection + ## 0.37.0 ### Minor Changes diff --git a/package.json b/package.json index 6d1e7b07e..8cc76cd3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nostrudel", - "version": "0.37.0", + "version": "0.37.1", "private": true, "license": "MIT", "scripts": {