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 # Changelog
## 0.3.13.8
- Update dependencies
- Fix csrf_token's not rendering
## 0.3.13.7 ## 0.3.13.7
- Check for Twitter error codes in response - Check for Twitter error codes in response

2
package-lock.json generated
View file

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

View file

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

View file

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