diff --git a/CHANGELOG.md b/CHANGELOG.md index 766441b..2251c45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.4.4 + +- Sort posts before storing in redux store + ## 0.4.3 - Use `IntersectionObserver` to paginate diff --git a/package.json b/package.json index f3c7aae..ef96b71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newsreader", - "version": "0.4.3", + "version": "0.4.4", "description": "Application for viewing RSS feeds", "main": "index.js", "scripts": { diff --git a/pyproject.toml b/pyproject.toml index 3786761..1175166 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = 'newsreader' -version = '0.4.3' +version = '0.4.4' authors = [{name = 'Sonny', email= 'sonnyba871@gmail.com'}] license = {text = 'GPL-3.0'} requires-python = '>=3.11'