mirror of
https://github.com/eliasstepanik/core.git
synced 2026-01-10 23:48:26 +00:00
Bump: new version
This commit is contained in:
parent
941ce8e4fa
commit
cc3eb36941
@ -1,4 +1,4 @@
|
||||
VERSION=0.1.0
|
||||
VERSION=0.1.1
|
||||
|
||||
# POSTGRES
|
||||
POSTGRES_USER=docker
|
||||
|
||||
@ -10,5 +10,5 @@ export async function postAuthentication({
|
||||
loginMethod: User["authenticationMethod"];
|
||||
isNewUser: boolean;
|
||||
}) {
|
||||
console.log(user);
|
||||
// console.log(user);
|
||||
}
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "core",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"workspaces":
|
||||
[ "apps/*", "packages/*" ]
|
||||
,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user