Update version
This commit is contained in:
parent
b36bf4e0bc
commit
0f89fc2447
3 changed files with 6 additions and 2 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.4.4
|
||||||
|
|
||||||
|
- Sort posts before storing in redux store
|
||||||
|
|
||||||
## 0.4.3
|
## 0.4.3
|
||||||
|
|
||||||
- Use `IntersectionObserver` to paginate
|
- Use `IntersectionObserver` to paginate
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "newsreader",
|
"name": "newsreader",
|
||||||
"version": "0.4.3",
|
"version": "0.4.4",
|
||||||
"description": "Application for viewing RSS feeds",
|
"description": "Application for viewing RSS feeds",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = 'newsreader'
|
name = 'newsreader'
|
||||||
version = '0.4.3'
|
version = '0.4.4'
|
||||||
authors = [{name = 'Sonny', email= 'sonnyba871@gmail.com'}]
|
authors = [{name = 'Sonny', email= 'sonnyba871@gmail.com'}]
|
||||||
license = {text = 'GPL-3.0'}
|
license = {text = 'GPL-3.0'}
|
||||||
requires-python = '>=3.11'
|
requires-python = '>=3.11'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue