Release v1.0.1 (#29)

This commit is contained in:
Markus Thielker 2024-03-11 12:16:14 +01:00 committed by GitHub
commit de13aa5625
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

5
package-lock.json generated
View file

@ -1,12 +1,13 @@
{
"name": "next-finances",
"version": "1.0.0",
"version": "1.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "next-finances",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@lucia-auth/adapter-prisma": "^4.0.0",

View file

@ -2,7 +2,7 @@
"name": "next-finances",
"description": "A finances application to keep track of my personal spendings",
"homepage": "https://github.com/MarkusThielker/next-finances",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"author": {
"name": "Markus Thielker"