Bump versions

This commit is contained in:
Sonny Bakker 2021-06-30 21:11:48 +02:00
parent ba5001fafa
commit 7d36763eff
4 changed files with 8 additions and 3 deletions

View file

@ -1,5 +1,10 @@
# Changelog
## 0.3.13.8
- Update dependencies
- Fix csrf_token's not rendering
## 0.3.13.7
- Check for Twitter error codes in response

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "newsreader",
"version": "0.1.0",
"version": "0.3.13.8",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

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

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "newsreader"
version = "0.3.13.7"
version = "0.3.13.8"
description = "Webapplication for reading RSS feeds"
authors = ["Sonny <sonnyba871@gmail.com>"]
license = "GPL-3.0"