release(mobile): release v0.1.5
This commit is contained in:
parent
17dd1e70f2
commit
ce7ab76a1b
|
|
@ -0,0 +1,14 @@
|
|||
# What's New in v0.1.5
|
||||
|
||||
## New Features
|
||||
|
||||
- Notification support for new entries and unread count badge (#3424)
|
||||
|
||||
## Improvements
|
||||
|
||||
- Display error message when feed request fails (#3455)
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
- Can not share feed URL (#3424)
|
||||
- Share button always exists when it is not a feed (#3424)
|
||||
|
|
@ -2,13 +2,6 @@
|
|||
|
||||
## New Features
|
||||
|
||||
- Notification support for new entries and unread count badge (#3424)
|
||||
|
||||
## Improvements
|
||||
|
||||
- Display error message when feed request fails (#3455)
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
- Can not share feed URL (#3424)
|
||||
- Share button always exists when it is not a feed (#3424)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@follow/mobile",
|
||||
"version": "0.1.4",
|
||||
"version": "0.1.5",
|
||||
"private": true,
|
||||
"main": "src/main.tsx",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue