Skip to content

Commit

Permalink
chore: Bump package version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavocadev committed Aug 23, 2024
1 parent 6e258b9 commit 95c69cc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qwik-lucia",
"version": "0.5.1",
"version": "0.6.0",
"description": "Quickly and easily integrate Qwik with Lucia Auth for a straightforward and speedy setup",
"author": {
"name": "gustavocadev"
Expand Down Expand Up @@ -30,7 +30,10 @@
"types": "./lib-types/index.d.ts"
}
},
"files": ["lib", "lib-types"],
"files": [
"lib",
"lib-types"
],
"engines": {
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
},
Expand Down

0 comments on commit 95c69cc

Please sign in to comment.