bump version

- Add option to change primary color for theme
- Improve database migration
- Store app settings in NIP-78 Arbitrary app data event with local fallback
This commit is contained in:
hzrd149
2023-04-12 01:22:38 -05:00
parent 580c91626a
commit bf7b8e2552
5 changed files with 9 additions and 16 deletions

View File

@@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Add option to change primary color for theme

View File

@@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Improve database migration

View File

@@ -1,5 +0,0 @@
---
"nostrudel": minor
---
Store app settings in NIP-78 Arbitrary app data event with local fallback

View File

@@ -1,5 +1,13 @@
# nostrudel # nostrudel
## 0.5.0
### Minor Changes
- 66c6b4d: Add option to change primary color for theme
- a209b9d: Improve database migration
- a209b9d: Store app settings in NIP-78 Arbitrary app data event with local fallback
## 0.4.0 ## 0.4.0
### Minor Changes ### Minor Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "nostrudel", "name": "nostrudel",
"version": "0.4.0", "version": "0.5.0",
"private": true, "private": true,
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {