Merge branch 'master' into development

This commit is contained in:
Sonny Bakker 2023-09-28 20:03:07 +02:00
commit b36bf4e0bc
3 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## 0.4.3
- Use `IntersectionObserver` to paginate
## 0.4.2
- Set `SECURE_PROXY_SSL_HEADER` setting for production

View file

@ -1,6 +1,6 @@
{
"name": "newsreader",
"version": "0.4.2",
"version": "0.4.3",
"description": "Application for viewing RSS feeds",
"main": "index.js",
"scripts": {

View file

@ -1,6 +1,6 @@
[project]
name = 'newsreader'
version = '0.4.2'
version = '0.4.3'
authors = [{name = 'Sonny', email= 'sonnyba871@gmail.com'}]
license = {text = 'GPL-3.0'}
requires-python = '>=3.11'